1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-09 22:10:17 +00:00
QB64-PE/tests/compile_tests/declare_library_header/test-include.bas

8 lines
100 B
QBasic
Raw Normal View History

2023-03-27 04:17:36 +00:00
$CONSOLE:ONLY
'$include:'../extra/declare-header.bi'
value = Fast_Sqrt&(2000)
print value;
SYSTEM