index
:
fuspel
master
Simple functional programming language, rewriting an AST during interpretation
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
list-test.fusp
blob: f4b575534be155e9e57005d969caffa307eab3f5 (
plain
) (
blame
)
1
2
3
4
import list; main = append [1,2,3] [4,5,6]; main = flatten [[1,2,3],[4,5,6]];