diff options
Diffstat (limited to 'notes/stanza-cheatsheet.txt')
| -rw-r--r-- | notes/stanza-cheatsheet.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/notes/stanza-cheatsheet.txt b/notes/stanza-cheatsheet.txt index d8f5c070..09342997 100644 --- a/notes/stanza-cheatsheet.txt +++ b/notes/stanza-cheatsheet.txt @@ -46,3 +46,12 @@ a typeof T a and b a or b a as T + + +append(list1,list2) -> list1,list2 +List(x,list) -> x,list +list() -> empty +list(a) -> a +list(a,b) -> a,b + +println-all([a b c]) |
