1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 14:40:23 +00:00
QB64-PE/tests/compile_tests/const/type_mismatch_string_subtract.bas
2022-09-30 11:23:34 -04:00

4 lines
64 B
QBasic

' Strings cannot be subtracted
CONST foobar = "asdf" - "asdf2"