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