includeSym



includeSym
Smart pascal source code
var includeSym := 'world'; {$I 'includeSym'} WriteLn('Bye bye ' + includeSym); {<<< RESULT - CONSOLE LOG >>> ----------------------------- Errors >>>> Hint: "IncludeSym" does not match case of declaration ("includeSym") [line: 5, column: 20] Result >>>> Hello world Bye bye world ----------------------------- {<<<<<<<<< THE END >>>>>>>>>}