added let, about to add types

This commit is contained in:
Andrew Segavac
2021-04-18 08:51:21 -06:00
parent facead092f
commit 4446d0f297
11 changed files with 438 additions and 216 deletions

View File

@@ -1,4 +1,5 @@
fn add(a, b) {
let foo = 4;
a + b
}