1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 02:04:44 +00:00
QB64-PE/tests/format_tests/lbound_ubound/layout.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