summaryrefslogtreecommitdiff
path: root/test.toc
blob: 31d337aa918e8c1ea2220558d7e9c4aa08c479b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
main @= fn() {
	 x := 1;
	 foo := if x {
	 9	
	 } elif 7-3 {
	  5
	 } elif main {
	 3
	 } else {7 };
};