diff options
Diffstat (limited to '')
| -rw-r--r-- | spec/inputs/existential.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/inputs/existential.moon b/spec/inputs/existential.moon index 2264768..831383b 100644 --- a/spec/inputs/existential.moon +++ b/spec/inputs/existential.moon | |||
| @@ -39,3 +39,7 @@ if window? | |||
| 39 | 39 | ||
| 40 | zip = lottery.drawWinner?!.address?.zipcode | 40 | zip = lottery.drawWinner?!.address?.zipcode |
| 41 | 41 | ||
| 42 | len = utf8?.len or string?.len or (o) -> #o | ||
| 43 | |||
| 44 | a = tb1?\end? 123 + tb2?\then 456 | ||
| 45 | |||
