FUNCTION Main() ? "Line 1" ? "Line 2" ? "Line 3" ? "Press a key..." LOCAL n := Inkey(0) ? "Got key:", n RETURN NIL