7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
let asdf := 123.0
|
|
let poop :: 12 as f32 + 2.0 * asdf
|
|
|
|
fn name(a b: i32) i32 { }
|
|
|
|
name 123 456
|