-- 7 Billion Humans (2144) --
-- Level 24: Budget Brigade 1 --
-- Shortest Program: 7 Commands --
a:
if myitem == nothing and
s == printer:
takefrom s
endif
if myitem == nothing and
w == worker:
takefrom w
endif
if myitem != nothing and
s == shredder:
giveto s
endif
jump a
Fastest Program
-- 7 Billion Humans (2144) --
-- Level 24: Budget Brigade 1 --
-- Fastest Program: 49 Seconds --
if s == printer:
a:
takefrom s
giveto e
jump a
endif
if s == shredder:
b:
if myitem != nothing:
giveto s
endif
jump b
endif
c:
if myitem != nothing:
giveto e
endif
jump c