|
|
| I keep getting the error message "You have a While loop Jump without a Land," but I don't have any jumps or lands in my program. |
| (5 ) |
100%
0%
|
The mistake in your program may actually be that you have a fork split without a fork merge. ROBOLAB does not have an error message specific to forks, so the "Jump without a Land" error appers for non-merged forks as well as for omitted landings. For more information about wiring forks, see the related question "What is the correct procedure to wire a single fork or multiple forks?"
kab
|