//Circle1A code starts on the next line
use Libraries.Robots.Lego.Motor //Rotate and then reverse single motor connected to
Motor motor //port b.
motor:SetSpeed("B",50) //sets the speed 50. Good argument to change.
motor:RotateByDegrees("B",1800) // circles counter-clockwise.
motor:Wait("B")
//end of code is on the line above