i32 main(){ i32 kaas = 1; i32 piet = 2; print(kaas + 3); i64 nogwat = 3; if(kaas == 1){ print(piet); i32 x = 10; } }