Published
for(var i=1; i<=600; i++)
{
turtle.move(10);
turtle.turn(i * 11)
}
// reference:
// http://blogs.msdn.com/b/smallbasic/archive/2014/02/07/small-basic-challenges-of-the-month-february-2014.aspx
for(var i=1; i<=600; i++)
{
turtle.move(10);
turtle.turn(i * 11)
}
// reference:
// http://blogs.msdn.com/b/smallbasic/archive/2014/02/07/small-basic-challenges-of-the-month-february-2014.aspx