// Press Ctrl-, to enter code editor configuration.
/*
A global variable called myRobot that
contains robot instance,
you can call the robot API
shown in https://github.com/JdeRobot/WebSim/blob/master/README.md
*/
while(true){
await myRobot.advance(1);
await myRobot.setW(0.05);
}