figure out function calls

This commit is contained in:
nora 2022-04-24 18:51:29 +02:00
parent 01e6d7802e
commit ebd3dd8d82
3 changed files with 21 additions and 12 deletions

View file

@ -1,5 +1,5 @@
fn test() {
print "yo wtf";
let a = 5;
}
test();