Closed dhuebner closed 1 month ago
Following code should not produce an error
print 'hide'
Almost there. Remaining detail: Mnemonics are case insensitive.
print 'hide' PRINT 'lf' print 'HIDE' PRINT 'LF'
Fixed in typefox-dev
typefox-dev
Following code should not produce an error