summaryrefslogtreecommitdiff
path: root/test.toc
blob: d442d919d81972beaad2134aa7561f4c323c383b (plain)
1
2
3
4
5
6
7
8
9
10
#include "std/io.toc", io;


main ::= fn() {
	 if 3 > 5 {
	 
	 } elif 45 > 32 {
	 } else {
	 }
};