mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
10 lines
125 B
CoffeeScript
10 lines
125 B
CoffeeScript
num: 1 + 2 + (a: 3)
|
|
|
|
puts num is 6
|
|
|
|
|
|
result: if true
|
|
false
|
|
other: "result"
|
|
|
|
puts result is "result" and other is "result" |