1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 03:14:45 +00:00
QB64-PE/tests/compile_tests/include_once/once.bm
2024-02-07 21:33:32 +01:00

7 lines
134 B
Text

'included by test.bas and incl.bm
$INCLUDEONCE
PRINT
PRINT "This prints from file once.bm, and should appear only once on screen."