1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-08 13:45:13 +00:00
QB64-PE/tests/compile_tests/types/dim_bad_typename_string.bas

4 lines
64 B
QBasic
Raw Normal View History

2022-09-30 20:55:07 +00:00
' "foobar" after "String" is invalid
Dim s As Stringfoobar * 2