mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-12 20:35:32 +00:00
7 lines
86 B
Perl
Executable File
7 lines
86 B
Perl
Executable File
import "lib/examplelanguage"
|
|
|
|
local a,b = 1,2
|
|
c = 3
|
|
local d = sum a,b,c done
|
|
|
|
print(d) |