ToC DocOverview CGDoc RelNotes Index PermutedIndex
Allegro CL
Home Previous Up Next Table of Contents Index
  1 Introduction   1.4 Definitions   1.4.4 Interpreting Dictionary Entries   1.4.4.20 The "Syntax" Section of a Dictionary Entry

1.4.4.20.4 Return values in the "Syntax" Section

An evaluation arrow " " precedes a list of values to be returned. For example:

F a b c    x

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    x, y, z

1.4.4.20.4.1  No Arguments or Values in the "Syntax" Section
1.4.4.20.4.2  Unconditional Transfer of Control in the "Syntax" Section


Home Previous Up Next Table of Contents Index
© Franz Inc. All Rights Reserved - File last updated 2022-07-25