mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
more docs, more tests
This commit is contained in:
@@ -7,4 +7,11 @@ func: =>
|
||||
# comment
|
||||
true
|
||||
|
||||
switch 'string'
|
||||
# comment
|
||||
when false then something()
|
||||
# comment
|
||||
when null
|
||||
something_else()
|
||||
|
||||
print(func())
|
||||
|
||||
Reference in New Issue
Block a user