on2_p1_conditionals_bis.liq

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