Logo (programming language): Difference between revisions

Content deleted Content added
m adjust heading
m got rid of <CODE> around "and", then decided to just dump it completely
Line 233:
 
OPERATION [ a list of commands ] [ many data items ]
each of the commands is applied in turn to each of the data items. There are several of these '''template commands''' with names like <CODE>MAP, APPLY, FILTER, FOREACH, REDUCEandREDUCE and CASCADE.</CODE> They repesent four flavours of template iteration, known as explicit-slot, named-procedure, named-slot (or Lambda) and procedure-text.
 
show map [? * ? ] [ 5 6 7 ]