#include "std/io.toc"; main ::= fn() { #if "hello" { x := 5; } else { x : FOOTYPE = 6.3 + "foo"; _+3=bar; } puti(x); }