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