grips
grips copied to clipboard
`let` directive does not support multiple variables assignments
{$# foo = "foo"}{$} works, but {$# foo = "foo" | bar = "bar" }{$} will trigger an error TokenizerError: Unexpected token; |;
At least the Try Grips Online page does not support
Interesting. Thanks for the report. It should support it. I'll try to look into why not.