node conversion finished, narwhal removed.

This commit is contained in:
Jeremy Ashkenas
2010-01-29 23:30:54 -05:00
parent e08e99a403
commit f5a37035cf
48 changed files with 208 additions and 357 deletions

View File

@@ -7,7 +7,7 @@ catch error
result2: try nonexistent * missing catch error then true
print result is true and result2 is true
puts result is true and result2 is true
# Assign to conditional.
@@ -16,8 +16,8 @@ get_x: -> 10
if x: get_x() then 100
print x is 10
puts x is 10
x: if get_x() then 100
print x is 100
puts x is 100