1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 05:34:47 +00:00
QB64-PE/tests/compile_tests/include_once/once.bm

8 lines
134 B
Text
Raw Normal View History

2024-02-07 20:33:32 +00:00
'included by test.bas and incl.bm
$INCLUDEONCE
PRINT
PRINT "This prints from file once.bm, and should appear only once on screen."