on2_p1_conditionals.liq

if "foo"=="bar" then
  print("This is madness.")
else
  print("Phew.")
end
Grab the code!