RosettaCodeData/Task/Jump-anywhere/Robotic/jump-anywhere-2.robotic
2023-07-01 13:44:08 -04:00

14 lines
180 B
Text

set "local1" to 2
end
: "touch"
if "local1" = 1 then "label_a"
if "local1" = 2 then "label_b"
end
: "label_a"
* "Label A was reached"
end
: "label_b"
* "Label B was reached"
end