mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +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) |