mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
it's puts in node, not print
This commit is contained in:
@@ -41,9 +41,9 @@ obj: {
|
|||||||
|
|
||||||
puts obj?.prop is "hello"
|
puts obj?.prop is "hello"
|
||||||
|
|
||||||
print obj.prop?.length is 5
|
puts obj.prop?.length is 5
|
||||||
|
|
||||||
print obj?.prop?.non?.existent?.property is undefined
|
puts obj?.prop?.non?.existent?.property is undefined
|
||||||
|
|
||||||
|
|
||||||
# Soaks and caches method calls as well.
|
# Soaks and caches method calls as well.
|
||||||
|
|||||||
Reference in New Issue
Block a user