diff options
Diffstat (limited to 'spec/inputs/syntax.moon')
| -rw-r--r-- | spec/inputs/syntax.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/syntax.moon b/spec/inputs/syntax.moon index b5f973b..23b44ce 100644 --- a/spec/inputs/syntax.moon +++ b/spec/inputs/syntax.moon | |||
| @@ -124,7 +124,7 @@ if hello then _ = 343 | |||
| 124 | 124 | ||
| 125 | print "what" if cool | 125 | print "what" if cool |
| 126 | 126 | ||
| 127 | arg = {...} | 127 | ((...)-> arg = {...})! |
| 128 | 128 | ||
| 129 | x = (...) -> | 129 | x = (...) -> |
| 130 | dump {...} | 130 | dump {...} |
