Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 187 Bytes

File metadata and controls

21 lines (17 loc) · 187 Bytes

Sample Code

Moves to the right 4 times

moveright
moveright
moveright
moveright

Move back and forth forever

forever
  moveleft
  moveleft
  moveright
  moveright
end