return try

This commit is contained in:
nora 2022-01-18 21:43:16 +01:00
parent f2bff066c6
commit 6a8eb89381
8 changed files with 86 additions and 11 deletions

View file

@ -1,3 +1,10 @@
fn test(uwu) {
let owo = 5;
}
fn test() {
print "yo wtf";
}
test();
test();
fn uwu() {}
uwu();