This commit is contained in:
prod2 2022-12-02 21:13:36 +01:00
parent a0e5431b0f
commit 8d1e9a5318
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,11 @@ var returner = @{
print("finish");
//expect:finish
//convoluted :: test
proc() print("merry christmas") :: proc(it) it();
//expect:merry christmas
// proc declaration through def
def globalProc(a, b, c)