Special keywords

  • halt immediately stops program execution and terminates the program. Not advisible while robot is in motion.
  • return returns from a function. When no value is returned, the keyword None must follow the keyword return.
  • pause pauses program execution.