mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
adding 'unless' blocks
This commit is contained in:
@@ -33,3 +33,12 @@ else
|
||||
27
|
||||
|
||||
ok result is 27
|
||||
|
||||
|
||||
# Testing unless.
|
||||
result: unless true
|
||||
10
|
||||
else
|
||||
11
|
||||
|
||||
ok result is 11
|
||||
|
||||
Reference in New Issue
Block a user