1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-04 16:30:25 +00:00
QB64-PE/tests/compile_tests/declare_library_header/test-include.bas
2023-04-25 09:48:08 -04:00

8 lines
100 B
QBasic

$CONSOLE:ONLY
'$include:'../extra/declare-header.bi'
value = Fast_Sqrt&(2000)
print value;
SYSTEM