History of 2016-04-28 A problem with storing commands

2016-04-28
18:02 UTC Revision 1 . . . . Marcin BorkowskiI knew that at some point I’d hit some wall… Of course, I will overcome this issue, but right now I feel quite lost. Here’s the thing: I want to be able to store some commands for the turtle (like “first go forward 5 times, then turn right 2 times, then go forward 1 times” etc.). I already know how to use an ArrayList or similar structures, but what should I store there?