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

@@ -1,10 +1,10 @@
num: 1 + 2 + (a: 3)
print num is 6
puts num is 6
result: if true
false
other: "result"
print result is "result" and other is "result"
puts result is "result" and other is "result"