pico8-ls icon indicating copy to clipboard operation
pico8-ls copied to clipboard

New conditional syntax IF ... DO ... END is marked as an error

Open malmontagne opened this issue 10 months ago • 0 comments

Since 0.2.6 we can write if statement like this

if a==2 do b=1 end in addition to more traditional if then

Doing so in VS Code with pico8-ls give some error "statement expected near do"

malmontagne avatar Apr 17 '24 04:04 malmontagne