|
Allegro CL |
1 Introduction ![]() ![]() ![]() 1.4.4.20.4 Return values in the "Syntax" SectionAn evaluation arrow "![]()
F
a b c
indicates that F is an operator that has three required parameters (i.e., a, b, and c) and that returns one value (i.e., x). If more than one value is returned by an operator, the names of the values are separated by commas, as in:
F
a b c
|