Search results

  • 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
  1. N

    Computercraft Help? bios:338: [string "ifthen"]:9: 'then' expected

    here is the code. print("Hello World!") local x = 6 print("Variable: "..x) if x>5 then print("Greater!") elseif x<5 print("Lesser!") else print("equal") end print("We're Done!") NOTE: this is just a tutorial code. I am learning. XD it wouldn't let me post anything in the computercraft...