added support for floats
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
fn add(a: I32, b: I32): I32 {
|
||||
let foo = 4;
|
||||
let test_float: F32 = 10.2;
|
||||
a + b + foo
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user