more docs, more tests

This commit is contained in:
Jeremy Ashkenas
2010-01-10 17:36:06 -05:00
parent 3e987de4a8
commit bb5bf7f94f
3 changed files with 25 additions and 12 deletions

View File

@@ -7,4 +7,11 @@ func: =>
# comment
true
switch 'string'
# comment
when false then something()
# comment
when null
something_else()
print(func())