mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
10 lines
102 B
Perl
10 lines
102 B
Perl
local terra foo() : {}
|
|
bar()
|
|
end and
|
|
local terra bar() : {}
|
|
foo()
|
|
end
|
|
|
|
bar = nil
|
|
|
|
foo:printpretty() |