Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:beginner:high_level_plans [2019/07/03 12:02] – [Defining the action designators] tlippstutorials:beginner:high_level_plans [2019/07/09 20:07] – [Defining the action designators] gkazhoya
Line 57: Line 57:
 TUT> (desig:an action (type drawing) (shape rectangle) (width 5) (height 4)) TUT> (desig:an action (type drawing) (shape rectangle) (width 5) (height 4))
  
-#<ACTION-DESIGNATOR ((:TYPE :DRAWING) (:SHAPE :RECTANGLE) (:WIDTH 5) +#<ACTION 
-                     (:HEIGHT 4)) {100B819903}>+    (TYPE DRAWING) 
 +    (SHAPE RECTANGLE) 
 +    (WIDTH 5) 
 +    (HEIGHT 4)>
 </code> </code>