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