Files
linguist/samples/Terra/fncalltest.t
2016-01-28 11:22:27 +07:00

17 lines
87 B
Raku

terra foo()
end
terra bar()
foo()
var what = foo
--what()
end
bar:compile()