7 BILLION HUMANS

Level 20: Reverse Line

Shortest and Fastest Program

-- 7 Billion Humans (2144) --
-- Level 20: Reverse Line --
-- Shortest Program: 9 Commands --
-- Fastest Program: 11 Seconds --
pickup s
a:
if se == hole:
    step s
    b:
    if w != hole and
     w != datacube:
        step w
        jump b
    endif
    drop
endif
step e
jump a
Back