Skip to content

Instantly share code, notes, and snippets.

@tylerhcarter
Created January 11, 2014 04:03
Show Gist options
  • Save tylerhcarter/8366865 to your computer and use it in GitHub Desktop.
Save tylerhcarter/8366865 to your computer and use it in GitHub Desktop.
Autonomous Code Syntax Example
move forward 5;
rotate 50;
fire 50;
wait 5;
move {direction} {feet};
rotate {degrees};
fire {percent};
{command} {arguments separated by spaces}{semicolon to denote end of line}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment