mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
mo' expression examples
This commit is contained in:
@@ -4,11 +4,13 @@ result: while sunny?
|
||||
go_outside()
|
||||
|
||||
print(3 + try
|
||||
nonexistent.no_way
|
||||
catch error
|
||||
print(error)
|
||||
3
|
||||
nonexistent.no_way
|
||||
catch error
|
||||
print(error)
|
||||
3
|
||||
)
|
||||
|
||||
func: x =>
|
||||
return throw x
|
||||
return throw x
|
||||
|
||||
print(x * x for x in [1..100])
|
||||
Reference in New Issue
Block a user