added normal assignment
This commit is contained in:
@@ -4,6 +4,7 @@ fn add(a: I32, b: I32): I32 {
|
||||
let test_float: F32 = {
|
||||
10.2
|
||||
};
|
||||
test_float = 5.0;
|
||||
a + b + foo
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user