1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 06:44:44 +00:00
QB64-PE/tests/compile_tests/include_once/test.bas
2024-02-07 21:33:32 +01:00

11 lines
185 B
QBasic

'this is a test for $INCLUDEONCE behavior
$CONSOLE
_DEST _CONSOLE
PRINT "This prints from the test.bas main program."
'$INCLUDE: 'incl.bm'
'$INCLUDE: 'once.bm'
'$INCLUDE: 'incl.bm'