let asdf := 123.0 let poop :: 12 as f32 + 2.0 * asdf fn name(a b: f32) i32 { ret (a + b) as i32 } name 123 as f32 456.0