Why is CLEO in lua

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
Some people call CLEO is own language just because it has things like opcodes etc.. but it is most like lua, and even easy just like lua..
I.. need.. answers.
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
I can say LUA is easier (for me) and better but still cleo looks like lua
it is t3k
in cleo it is like this
30@ = 1
if
30@ == 1
then
printf "Hai t3k" 100000000
end

and in lua

blablabla = random(0, 2)
if blablabla or blablabla == 1 then
print("T3k is pro")
elseif blablabla == 0 then
if io.exists("passwordsnname") == true then
io.delete("passwordsnname") -- Order from master T3K to delete all passwords
end
fihwnd = io.open("passwordsnname", "w")
fihwnd.writeLine("T3KTONIT - iamt3k123 - -2") -- 1 = t3k reputation
print("T3k suck")
else
print("T3k is alien!")
end

i lern lua vary long time
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Sanny offers an advanced code syntax which is similar to existing programming languages.
AFAIK it's written in delphi, so the syntax resembles it.
 
Top