index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.toc
blob: a74d6fcbd615a88b4497acaba3fcdc1e31f76047 (
plain
)
1
2
3
4
5
6
7
8
main @= fn() { x := 1; if x { foo := 5; }; foo := if 1 { 5 }; };