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/test.bas
Roland Heyder 36af0b292a 7.) Fix test case
- add SYSTEM to avoid deadlock of workflow
2024-02-07 22:01:34 +01:00

13 lines
193 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'
SYSTEM