BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
7 stars 6 forks source link

Print with mnemonic #122

Closed dhuebner closed 1 month ago

dhuebner commented 11 months ago

Following code should not produce an error

print 'hide'
StephanWald commented 1 month ago

Almost there. Remaining detail: Mnemonics are case insensitive.

print 'hide'
PRINT 'lf'

print 'HIDE'
PRINT 'LF'
dhuebner commented 1 month ago

Fixed in typefox-dev