1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 00:54:47 +00:00
QB64-PE/tests/format_tests/lbound_ubound/noformat.out

8 lines
198 B
Text
Raw Normal View History

dim Foo(1 to 3)
print lbound(foo) - _pixelsize - 125
print ubound(FOO, lbound(foo)) - 1
Dim BAR As Long
Dim Bar(1 To 3)
print lbound(bar) - _pixelsize - 125
print ubound(BAR, lbound(bar)) - 1 + bar