Robot software: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 83:
 
ROBOFORTH (a language based on [[FORTH]]).
<sourcesyntaxhighlight lang="forth">
: PICKPLACE
P1
Line 90:
P1
;
</syntaxhighlight>
</source>
(With Roboforth you can specify approach positions for places so you do not need P2 and P4.)