Rename return to end_func and add proper return statment

This commit is contained in:
Stone_Red
2026-08-06 20:36:32 +02:00
parent ade4ab5ea6
commit e7bf9591ba
8 changed files with 167 additions and 18 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ print_line Hello, ${name}!
func greet:
var msg = Hello, ${name}!
print_line ${msg}
return
end_func
var name = Bob
call greet