Implement multi-line array assignments
With this change, the following is now valid syntax: let array = [ one two three # a comment four # another comment ] echo $join(array, "\n")
Showing
- examples/let.ion 9 additions, 0 deletionsexamples/let.ion
- examples/let.out 6 additions, 0 deletionsexamples/let.out
- src/parser/quotes.rs 19 additions, 3 deletionssrc/parser/quotes.rs
- src/parser/statement/splitter.rs 0 additions, 8 deletionssrc/parser/statement/splitter.rs
- src/shell/binary.rs 2 additions, 2 deletionssrc/shell/binary.rs
Loading
Please register or sign in to comment