79504493

Date: 2025-03-12 18:03:14
Score: 1
Natty:
Report link

So you can just use variables but that might not be very efficient:

local SUCCESS = 1
local FAILURE = 0
local my_choice = 1
if my_choice == SUCCESS then
  print("Success")
else
  print("Failure")

end
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AAA Sir GoodyFortran