Hint!
By default, your LEGO program will loop forever.
If you only want the program to run once, please add "Program ends."
to the end of your English code.
A short website tour if you not sure where and how to start!π
π Demos and
examples
π
check out what you can do with the robot!
π©βπ« Some lessons πmore details
NOTE:
A newline is treated as a new sentence.
Sensor initializations should be put at the beginning.
Check here for
more info.
Use numbers in arabic form. e.g, ten -> 10.
Do not forget to add a commas "," between the condition and action in a conditional
sentence.
Do not forget to add a period "." by the end of sentences.
You can use "if/else if/else" for conditional statements with at most two conditions
at a time.
e.g "If CONDI1 and/or CONDI2, ... .
Else if CONDI3 and/or CONDI4, ... .
Else, ..."
Motor ports MB and MC are defaulted to wheels.
Please do not use these two ports if possible.