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

7 lines
135 B
Text

'included 2 times by test.bas
PRINT
PRINT "This prints from file incl.bm, it should appear 2 times on screen."
'$INCLUDE: 'once.bm'