This is a pure javascript sample target for Microsoft MakeCode. For more information about setting your own target, see https://makecode.com/packages .
You can embed code snippets and more
loops.forever(() => {
turtle.turn(Direction.Left, 10);
turtle.forward(1);
});