added normal assignment

This commit is contained in:
Andrew Segavac
2021-06-01 23:05:17 -06:00
parent 318745ddf3
commit 2ea1ccb0e9
4 changed files with 43 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ fn add(a: I32, b: I32): I32 {
let test_float: F32 = {
10.2
};
test_float = 5.0;
a + b + foo
}