mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 09:25:02 +01:00
return try
This commit is contained in:
parent
f2bff066c6
commit
6a8eb89381
8 changed files with 86 additions and 11 deletions
13
test.dil
13
test.dil
|
|
@ -1,3 +1,10 @@
|
|||
fn test(uwu) {
|
||||
let owo = 5;
|
||||
}
|
||||
fn test() {
|
||||
print "yo wtf";
|
||||
}
|
||||
|
||||
test();
|
||||
test();
|
||||
|
||||
fn uwu() {}
|
||||
|
||||
uwu();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue