jweinst1
7/31/2017 - 4:24 PM

syntaxtest.xen

@ g [1, 2, 3, 4]

# possible commas
@ h {(+ 5), ++, --}

g <- h
g <- h

-------------
# pipe approach

@ h + 5 |
    - 6 |
    * 5 |
    == 5 ? 
    3 |
    4 |