grips icon indicating copy to clipboard operation
grips copied to clipboard

`let` directive does not support multiple variables assignments

Open miusuncle opened this issue 10 years ago • 2 comments

{$# foo = "foo"}{$} works, but {$# foo = "foo" | bar = "bar" }{$} will trigger an error TokenizerError: Unexpected token; |;

miusuncle avatar Nov 24 '15 05:11 miusuncle

At least the Try Grips Online page does not support

miusuncle avatar Nov 24 '15 06:11 miusuncle

Interesting. Thanks for the report. It should support it. I'll try to look into why not.

getify avatar Nov 24 '15 14:11 getify