Good vs. Evil

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

xTordX

New Member
Jul 29, 2019
576
-6
1
23 the reason is simple
first lua
Code:
local a=1
local b=2
if a==b then
print("yes")
else
print("no)
end
then lets go with php
Code:
 a=1;
 b=2;
if(a==b){
echo("yes");
}else{
print("no);
}
and this is just one of the many examples why I like lua more then php

And here's the same in Java:

Double a=1, b=2;
If a==1{
then system.out println("yes");
else system.out println("no");
}




50
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
49 I just discovered that this is a thing
upload_2015-5-12_20-17-27.png


and yes I use the curse launcher, it makes it so easy to install mods thats why.