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

4 lines
65 B
QBasic
Raw Normal View History

2022-09-24 16:16:02 +00:00
' NOT cannot be applied to a string
CONST foobar = NOT "string"