fork(1) download
  1. p = print
  2. for i = 0, 3 do
  3. if i == 3 then p(string.format("Half-Life %d confirmed!", i)) end
  4. end
Success #stdin #stdout 0.01s 2496KB
stdin
Standard input is empty
stdout
Half-Life 3 confirmed!