1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-04 11:10:15 +00:00
QB64-PE/tests/compile_tests/http/statuscode_unstable_noprefix.bas

9 lines
189 B
QBasic
Raw Normal View History

$NOPREFIX
$Unstable:Http
' Important so that `StatusCode()` cannot be an array, ensures that this test
' fails if `StatusCode()` cannot be called
Option ExplicitArray
Print StatusCode(2)