Skip to content
Snippets Groups Projects
Commit cdb6a6cd authored by Michael Aaron Murphy's avatar Michael Aaron Murphy
Browse files

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")
parent 69f55d82
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment