Here document: Difference between revisions

No edit summary
Line 208:
=={{header|BaCon}}==
<lang freebasic>
'--- we dont have a print here doc built-in comandcommand in BaCon
'--- so I made a PRINTLINE macro that simulates the idea
DEF FN PRINTLINE(...) = fprintf(stdout, "%s\n", #__VA_ARGS__)
69

edits