mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
|
|
set f $ block (a b c)
|
|
print a b c
|
|
|
|
call f (int 1) (int 2) (int 3)
|
|
|
|
f (int 1) (int 2) (int 3) |