heredoc



heredoc
Smart pascal source code
var v := " hello heredoc "; WriteLn(v); WriteLn(" long multiline strings with quotes "); {<<< RESULT - CONSOLE LOG >>> ----------------------------- hello heredoc long multiline strings with quotes ----------------------------- {<<<<<<<<< THE END >>>>>>>>>}