main :: proc() { // x : string; // x = "Hello"; x : int; x = 137; x = 1 + x; y : f32; y = 1.01; y = y + 0.99; }