amiga-e/amigae33a/E_v3.3a/Docs/BeginnersGuide/EIndex.guide

295 lines
30 KiB
Plaintext

@database beginner.guide
@Master beginner
@Width 75
This is the AmigaGuide® file beginner.guide, produced by Makeinfo-1.55 from
the input file beginner.
@NODE "main" "E Language Index"
@Next "Index.guide/main"
@Prev "Appendices.guide/Other Information"
@Toc "Contents.guide/main"
E Language Index
****************
This index should be used to find detailed information about the
keywords, functions, variables and constants which are part of the Amiga E
language. There is a separate index which deals with concepts etc. (see
@{"Main Index" Link "Index.guide/main" }).
@{" Symbol, close curly brace " Link "Types.guide/Finding addresses (making pointers)" 0 } Finding addresses (making pointers)
@{" Symbol, double-quote " Link "Constants.guide/Numeric Constants" 11 } Numeric Constants
@{" Symbol, open curly brace " Link "Types.guide/Finding addresses (making pointers)" 0 } Finding addresses (making pointers)
@{" Symbol, ! " Link "FloatingPoint.guide/Floating-Point Calculations" 0 } Floating-Point Calculations
@{" Symbol, $ " Link "Constants.guide/Numeric Constants" 0 } Numeric Constants
@{" Symbol, % " Link "Constants.guide/Numeric Constants" 0 } Numeric Constants
@{" Symbol, ' .. ' (string) " Link "Types.guide/Normal strings and E-strings" 0 } Normal strings and E-strings
@{" Symbol, * " Link "Introduction.guide/Mathematics" 0 } Mathematics
@{" Symbol, + " Link "Introduction.guide/Mathematics" 0 } Mathematics
@{" Symbol, + (strings) " Link "Format.guide/Statements" 58 } Statements
@{" Symbol, ++ " Link "Types.guide/Point to other elements" 0 } Point to other elements
@{" Symbol, - " Link "Introduction.guide/Mathematics" 0 } Mathematics
@{" Symbol, -- " Link "Types.guide/Point to other elements" 0 } Point to other elements
@{" Symbol, -> " Link "Format.guide/Comments" 0 } Comments
@{" Symbol, / " Link "Introduction.guide/Mathematics" 0 } Mathematics
@{" Symbol, /* .. */ " Link "Format.guide/Comments" 0 } Comments
@{" Symbol, : " Link "MoreExpressions.guide/Labelling and the JUMP statement" 0 } Labelling and the JUMP statement
@{" Symbol, := " Link "Introduction.guide/Assignment" 0 } Assignment
@{" Symbol, ; " Link "Format.guide/Statements" 18 } Statements
@{" Symbol, < " Link "Introduction.guide/Logic and comparison" 11 } Logic and comparison
@{" Symbol, <= " Link "Introduction.guide/Logic and comparison" 11 } Logic and comparison
@{" Symbol, <=> " Link "MoreExpressions.guide/Unification" 0 } Unification
@{" Symbol, <> " Link "Introduction.guide/Logic and comparison" 11 } Logic and comparison
@{" Symbol, = " Link "Introduction.guide/Logic and comparison" 11 } Logic and comparison
@{" Symbol, > " Link "Introduction.guide/Logic and comparison" 11 } Logic and comparison
@{" Symbol, >= " Link "Introduction.guide/Logic and comparison" 11 } Logic and comparison
@{" Symbol, [ .. , .. ] (list) " Link "Types.guide/Lists and E-lists" 12 } Lists and E-lists
@{" Symbol, [ .. , .. ]:type (typed list) " Link "Types.guide/Typed lists" 0 } Typed lists
@{" Symbol, [ .. ] (array) " Link "Types.guide/Tables of data" 0 } Tables of data
@{" Symbol, [] (array) " Link "Types.guide/Accessing array data" 55 } Accessing array data
@{" Symbol, \0 " Link "Constants.guide/String Constants Special Character Sequences" 0 } String Constants Special Character Sequences
@{" Symbol, \a " Link "Constants.guide/String Constants Special Character Sequences" 0 } String Constants Special Character Sequences
@{" Symbol, \b " Link "Constants.guide/String Constants Special Character Sequences" 0 } String Constants Special Character Sequences
@{" Symbol, \c " Link "BuiltIns.guide/Input and output functions" 16 } Input and output functions
@{" Symbol, \d " Link "BuiltIns.guide/Input and output functions" 16 } Input and output functions
@{" Symbol, \d " Link "Introduction.guide/Changing the example" 0 } Changing the example
@{" Symbol, \e " Link "Constants.guide/String Constants Special Character Sequences" 0 } String Constants Special Character Sequences
@{" Symbol, \h " Link "BuiltIns.guide/Input and output functions" 16 } Input and output functions
@{" Symbol, \l " Link "BuiltIns.guide/Input and output functions" 54 } Input and output functions
@{" Symbol, \n " Link "Constants.guide/String Constants Special Character Sequences" 0 } String Constants Special Character Sequences
@{" Symbol, \n " Link "Introduction.guide/Strings" 0 } Strings
@{" Symbol, \q " Link "Constants.guide/String Constants Special Character Sequences" 0 } String Constants Special Character Sequences
@{" Symbol, \r " Link "BuiltIns.guide/Input and output functions" 54 } Input and output functions
@{" Symbol, \s " Link "BuiltIns.guide/Input and output functions" 16 } Input and output functions
@{" Symbol, \t " Link "Constants.guide/String Constants Special Character Sequences" 0 } String Constants Special Character Sequences
@{" Symbol, \z " Link "BuiltIns.guide/Input and output functions" 54 } Input and output functions
@{" Symbol, \\ " Link "Constants.guide/String Constants Special Character Sequences" 0 } String Constants Special Character Sequences
@{" Symbol, ^ " Link "Types.guide/Extracting data (dereferencing pointers)" 0 } Extracting data (dereferencing pointers)
@{" Symbol, ` (backquote) " Link "MoreExpressions.guide/Quoted Expressions" 0 } Quoted Expressions
@{" Abs " Link "BuiltIns.guide/Maths and logic functions" 30 } Maths and logic functions
@{" ALL " Link "BuiltIns.guide/Built-In Constants" 12 } Built-In Constants
@{" And " Link "BuiltIns.guide/Maths and logic functions" 14 } Maths and logic functions
@{" AND " Link "MoreExpressions.guide/Bitwise AND and OR" 0 } Bitwise AND and OR
@{" arg " Link "BuiltIns.guide/Built-In Variables" 7 } Built-In Variables
@{" ARRAY " Link "Types.guide/Tables of data" 0 } Tables of data
@{" ARRAY OF type " Link "Types.guide/Tables of data" 0 } Tables of data
@{" Bounds " Link "BuiltIns.guide/Maths and logic functions" 55 } Maths and logic functions
@{" Box " Link "BuiltIns.guide/Graphics functions" 30 } Graphics functions
@{" BUT " Link "MoreExpressions.guide/BUT expression" 0 } BUT expression
@{" CASE " Link "Introduction.guide/SELECT..OF block" 0 } SELECT..OF block
@{" CASE " Link "Introduction.guide/SELECT block" 0 } SELECT block
@{" CASE ..TO.. " Link "Introduction.guide/SELECT..OF block" 0 } SELECT..OF block
@{" CHAR " Link "Types.guide/Indirect types" 0 } Indirect types
@{" Char " Link "BuiltIns.guide/Maths and logic functions" 116 } Maths and logic functions
@{" CHAR " Link "MoreExpressions.guide/Static memory" 0 } Static memory
@{" CleanUp " Link "BuiltIns.guide/System support functions" 65 } System support functions
@{" CloseS " Link "BuiltIns.guide/Intuition support functions" 178 } Intuition support functions
@{" CloseW " Link "BuiltIns.guide/Intuition support functions" 122 } Intuition support functions
@{" Colour " Link "BuiltIns.guide/Graphics functions" 35 } Graphics functions
@{" conout " Link "BuiltIns.guide/Built-In Variables" 34 } Built-In Variables
@{" CONST " Link "Constants.guide/Named Constants" 0 } Named Constants
@{" CtrlC " Link "BuiltIns.guide/System support functions" 74 } System support functions
@{" DEC " Link "MoreExpressions.guide/INC and DEC statements" 0 } INC and DEC statements
@{" DEF " Link "Introduction.guide/Variable declaration" 0 } Variable declaration
@{" DEFAULT " Link "Introduction.guide/SELECT..OF block" 0 } SELECT..OF block
@{" DEFAULT " Link "Introduction.guide/SELECT block" 0 } SELECT block
@{" Dispose " Link "BuiltIns.guide/System support functions" 39 } System support functions
@{" DisposeLink " Link "BuiltIns.guide/System support functions" 44 } System support functions
@{" Div " Link "BuiltIns.guide/Maths and logic functions" 0 } Maths and logic functions
@{" DO, (FOR loop) " Link "Introduction.guide/FOR loop" 55 } FOR loop
@{" DO, (WHILE loop) " Link "Introduction.guide/WHILE loop" 57 } WHILE loop
@{" dosbase " Link "BuiltIns.guide/Built-In Variables" 51 } Built-In Variables
@{" ELSE " Link "Introduction.guide/IF block" 0 } IF block
@{" ELSEIF " Link "Introduction.guide/IF block" 0 } IF block
@{" EMPTY " Link "OOE.guide/Inheritance in E" 275 } Inheritance in E
@{" end " Link "OOE.guide/Methods in E" 118 } Methods in E
@{" END " Link "Memory.guide/NEW and END Operators" 0 } NEW and END Operators
@{" ENDFOR " Link "Introduction.guide/FOR loop" 0 } FOR loop
@{" ENDIF " Link "Introduction.guide/IF block" 0 } IF block
@{" ENDLOOP " Link "MoreExpressions.guide/LOOP block" 0 } LOOP block
@{" ENDOBJECT " Link "Types.guide/Example object" 23 } Example object
@{" ENDPROC " Link "Introduction.guide/Procedure Definition" 0 } Procedure Definition
@{" ENDPROC value " Link "Procedures.guide/Functions" 23 } Functions
@{" ENDSELECT " Link "Introduction.guide/SELECT..OF block" 0 } SELECT..OF block
@{" ENDSELECT " Link "Introduction.guide/SELECT block" 0 } SELECT block
@{" ENDWHILE " Link "Introduction.guide/WHILE loop" 0 } WHILE loop
@{" ENUM " Link "Constants.guide/Enumerations" 0 } Enumerations
@{" Eor " Link "BuiltIns.guide/Maths and logic functions" 14 } Maths and logic functions
@{" EstrLen " Link "Types.guide/String functions" 125 } String functions
@{" Eval " Link "MoreExpressions.guide/Evaluation" 0 } Evaluation
@{" Even " Link "BuiltIns.guide/Maths and logic functions" 41 } Maths and logic functions
@{" EXCEPT " Link "Exceptions.guide/Procedures with Exception Handlers" 0 } Procedures with Exception Handlers
@{" EXCEPT DO " Link "Exceptions.guide/Raising an Exception" 73 } Raising an Exception
@{" exception " Link "Exceptions.guide/Raising an Exception" 36 } Raising an Exception
@{" exceptioninfo " Link "Exceptions.guide/Raising an Exception" 50 } Raising an Exception
@{" execbase " Link "BuiltIns.guide/Built-In Variables" 51 } Built-In Variables
@{" Exists " Link "MoreExpressions.guide/Lists and quoted expressions" 46 } Lists and quoted expressions
@{" EXIT " Link "MoreExpressions.guide/EXIT statement" 0 } EXIT statement
@{" Fabs " Link "FloatingPoint.guide/Floating-Point Functions" 55 } Floating-Point Functions
@{" FALSE " Link "Introduction.guide/Logic and comparison" 11 } Logic and comparison
@{" FALSE " Link "BuiltIns.guide/Built-In Constants" 5 } Built-In Constants
@{" FastDispose " Link "BuiltIns.guide/System support functions" 59 } System support functions
@{" FastDisposeList " Link "Memory.guide/List and typed list allocation" 66 } List and typed list allocation
@{" FastNew " Link "BuiltIns.guide/System support functions" 50 } System support functions
@{" Fceil " Link "FloatingPoint.guide/Floating-Point Functions" 59 } Floating-Point Functions
@{" Fcos " Link "FloatingPoint.guide/Floating-Point Functions" 51 } Floating-Point Functions
@{" Fexp " Link "FloatingPoint.guide/Floating-Point Functions" 66 } Floating-Point Functions
@{" Ffloor " Link "FloatingPoint.guide/Floating-Point Functions" 59 } Floating-Point Functions
@{" FileLength " Link "BuiltIns.guide/Input and output functions" 154 } Input and output functions
@{" Flog " Link "FloatingPoint.guide/Floating-Point Functions" 73 } Floating-Point Functions
@{" Flog10 " Link "FloatingPoint.guide/Floating-Point Functions" 73 } Floating-Point Functions
@{" FOR " Link "Introduction.guide/FOR loop" 0 } FOR loop
@{" ForAll " Link "MoreExpressions.guide/Lists and quoted expressions" 29 } Lists and quoted expressions
@{" Forward " Link "Types.guide/Linked Lists" 56 } Linked Lists
@{" Fpow " Link "FloatingPoint.guide/Floating-Point Functions" 66 } Floating-Point Functions
@{" FreeStack " Link "BuiltIns.guide/System support functions" 79 } System support functions
@{" Fsin " Link "FloatingPoint.guide/Floating-Point Functions" 51 } Floating-Point Functions
@{" Fsqrt " Link "FloatingPoint.guide/Floating-Point Functions" 63 } Floating-Point Functions
@{" Ftan " Link "FloatingPoint.guide/Floating-Point Functions" 51 } Floating-Point Functions
@{" Gadget " Link "BuiltIns.guide/Intuition support functions" 187 } Intuition support functions
@{" GADGETSIZE " Link "BuiltIns.guide/Built-In Constants" 16 } Built-In Constants
@{" gfxbase " Link "BuiltIns.guide/Built-In Variables" 51 } Built-In Variables
@{" HANDLE " Link "Exceptions.guide/Procedures with Exception Handlers" 0 } Procedures with Exception Handlers
@{" IF " Link "Introduction.guide/IF block" 0 } IF block
@{" IF, (expression) " Link "Introduction.guide/IF expression" 0 } IF expression
@{" INC " Link "MoreExpressions.guide/INC and DEC statements" 0 } INC and DEC statements
@{" INCBIN " Link "MoreExpressions.guide/Static memory" 0 } Static memory
@{" Inp " Link "BuiltIns.guide/Input and output functions" 109 } Input and output functions
@{" InStr " Link "Types.guide/String functions" 156 } String functions
@{" Int " Link "BuiltIns.guide/Maths and logic functions" 116 } Maths and logic functions
@{" INT " Link "MoreExpressions.guide/Static memory" 0 } Static memory
@{" INT " Link "Types.guide/Indirect types" 0 } Indirect types
@{" intuitionbase " Link "BuiltIns.guide/Built-In Variables" 51 } Built-In Variables
@{" IS " Link "Procedures.guide/One-Line Functions" 0 } One-Line Functions
@{" JUMP " Link "MoreExpressions.guide/Labelling and the JUMP statement" 0 } Labelling and the JUMP statement
@{" KickVersion " Link "BuiltIns.guide/System support functions" 84 } System support functions
@{" LeftMouse " Link "BuiltIns.guide/Intuition support functions" 273 } Intuition support functions
@{" Line " Link "BuiltIns.guide/Graphics functions" 27 } Graphics functions
@{" Link " Link "Types.guide/Linked Lists" 23 } Linked Lists
@{" LIST " Link "Types.guide/Lists and E-lists" 35 } Lists and E-lists
@{" List " Link "Types.guide/List functions" 12 } List functions
@{" ListAdd " Link "Types.guide/List functions" 47 } List functions
@{" ListCmp " Link "Types.guide/List functions" 28 } List functions
@{" ListCopy " Link "Types.guide/List functions" 37 } List functions
@{" ListItem " Link "Types.guide/List functions" 65 } List functions
@{" ListLen " Link "Types.guide/List functions" 55 } List functions
@{" ListMax " Link "Types.guide/List functions" 59 } List functions
@{" Long " Link "BuiltIns.guide/Maths and logic functions" 116 } Maths and logic functions
@{" LONG " Link "Types.guide/LONG Type" 0 } LONG Type
@{" LONG " Link "MoreExpressions.guide/Static memory" 0 } Static memory
@{" LONG, preliminary " Link "Introduction.guide/Variable types" 0 } Variable types
@{" LOOP " Link "MoreExpressions.guide/LOOP block" 0 } LOOP block
@{" LowerStr " Link "Types.guide/String functions" 169 } String functions
@{" main " Link "Introduction.guide/Procedures" 0 } Procedures
@{" MapList " Link "MoreExpressions.guide/Lists and quoted expressions" 8 } Lists and quoted expressions
@{" Max " Link "BuiltIns.guide/Maths and logic functions" 49 } Maths and logic functions
@{" MidStr " Link "Types.guide/String functions" 144 } String functions
@{" Min " Link "BuiltIns.guide/Maths and logic functions" 52 } Maths and logic functions
@{" Mod " Link "BuiltIns.guide/Maths and logic functions" 70 } Maths and logic functions
@{" MODULE " Link "Modules.guide/Using Modules" 0 } Using Modules
@{" Mouse " Link "BuiltIns.guide/Intuition support functions" 235 } Intuition support functions
@{" MouseX " Link "BuiltIns.guide/Intuition support functions" 259 } Intuition support functions
@{" MouseY " Link "BuiltIns.guide/Intuition support functions" 266 } Intuition support functions
@{" MsgCode " Link "BuiltIns.guide/Intuition support functions" 313 } Intuition support functions
@{" MsgIaddr " Link "BuiltIns.guide/Intuition support functions" 316 } Intuition support functions
@{" MsgQualifier " Link "BuiltIns.guide/Intuition support functions" 321 } Intuition support functions
@{" Mul " Link "BuiltIns.guide/Maths and logic functions" 0 } Maths and logic functions
@{" NEW " Link "Memory.guide/NEW and END Operators" 0 } NEW and END Operators
@{" New " Link "BuiltIns.guide/System support functions" 0 } System support functions
@{" NEWFILE " Link "BuiltIns.guide/Built-In Constants" 20 } Built-In Constants
@{" NewM " Link "BuiltIns.guide/System support functions" 19 } System support functions
@{" NewR " Link "BuiltIns.guide/System support functions" 14 } System support functions
@{" Next " Link "Types.guide/Linked Lists" 38 } Linked Lists
@{" NIL " Link "BuiltIns.guide/Built-In Constants" 8 } Built-In Constants
@{" Not " Link "BuiltIns.guide/Maths and logic functions" 14 } Maths and logic functions
@{" OBJECT " Link "Types.guide/Example object" 23 } Example object
@{" OBJECT..OF " Link "OOE.guide/Inheritance in E" 0 } Inheritance in E
@{" Odd " Link "BuiltIns.guide/Maths and logic functions" 45 } Maths and logic functions
@{" OLDFILE " Link "BuiltIns.guide/Built-In Constants" 20 } Built-In Constants
@{" OpenS " Link "BuiltIns.guide/Intuition support functions" 129 } Intuition support functions
@{" OpenW " Link "BuiltIns.guide/Intuition support functions" 16 } Intuition support functions
@{" OR " Link "MoreExpressions.guide/Bitwise AND and OR" 0 } Bitwise AND and OR
@{" Or " Link "BuiltIns.guide/Maths and logic functions" 14 } Maths and logic functions
@{" Out " Link "BuiltIns.guide/Input and output functions" 99 } Input and output functions
@{" Plot " Link "BuiltIns.guide/Graphics functions" 16 } Graphics functions
@{" PrintF " Link "BuiltIns.guide/Input and output functions" 85 } Input and output functions
@{" PRIVATE " Link "OOE.guide/Data-Hiding in E" 0 } Data-Hiding in E
@{" PROC " Link "Introduction.guide/Procedure Definition" 0 } Procedure Definition
@{" PROC..OF " Link "OOE.guide/Methods in E" 0 } Methods in E
@{" PTR TO type " Link "Types.guide/PTR Type" 0 } PTR Type
@{" PUBLIC " Link "OOE.guide/Data-Hiding in E" 0 } Data-Hiding in E
@{" PutChar " Link "BuiltIns.guide/Maths and logic functions" 123 } Maths and logic functions
@{" PutInt " Link "BuiltIns.guide/Maths and logic functions" 123 } Maths and logic functions
@{" PutLong " Link "BuiltIns.guide/Maths and logic functions" 123 } Maths and logic functions
@{" Raise " Link "Exceptions.guide/Raising an Exception" 0 } Raising an Exception
@{" RAISE " Link "Exceptions.guide/Automatic Exceptions" 25 } Automatic Exceptions
@{" ReadStr " Link "BuiltIns.guide/Input and output functions" 114 } Input and output functions
@{" RealF " Link "FloatingPoint.guide/Floating-Point Functions" 19 } Floating-Point Functions
@{" RealVal " Link "FloatingPoint.guide/Floating-Point Functions" 10 } Floating-Point Functions
@{" REPEAT " Link "Introduction.guide/REPEAT..UNTIL loop" 0 } REPEAT..UNTIL loop
@{" ReThrow " Link "Exceptions.guide/Raise within an Exception Handler" 68 } Raise within an Exception Handler
@{" RETURN " Link "Procedures.guide/Functions" 32 } Functions
@{" RightStr " Link "Types.guide/String functions" 136 } String functions
@{" Rnd " Link "BuiltIns.guide/Maths and logic functions" 84 } Maths and logic functions
@{" RndQ " Link "BuiltIns.guide/Maths and logic functions" 93 } Maths and logic functions
@{" SELECT " Link "Introduction.guide/SELECT block" 0 } SELECT block
@{" SELECT " Link "Introduction.guide/SELECT..OF block" 0 } SELECT..OF block
@{" SELECT..OF " Link "Introduction.guide/SELECT..OF block" 0 } SELECT..OF block
@{" SelectList " Link "MoreExpressions.guide/Lists and quoted expressions" 62 } Lists and quoted expressions
@{" self " Link "OOE.guide/Methods in E" 67 } Methods in E
@{" SET " Link "Constants.guide/Sets" 0 } Sets
@{" SetColour " Link "BuiltIns.guide/Graphics functions" 49 } Graphics functions
@{" SetList " Link "Types.guide/List functions" 62 } List functions
@{" SetStdIn " Link "BuiltIns.guide/Input and output functions" 161 } Input and output functions
@{" SetStdOut " Link "BuiltIns.guide/Input and output functions" 170 } Input and output functions
@{" SetStdRast " Link "BuiltIns.guide/Graphics functions" 58 } Graphics functions
@{" SetStr " Link "Types.guide/String functions" 178 } String functions
@{" SetTopaz " Link "BuiltIns.guide/Graphics functions" 67 } Graphics functions
@{" Shl " Link "BuiltIns.guide/Maths and logic functions" 100 } Maths and logic functions
@{" Shr " Link "BuiltIns.guide/Maths and logic functions" 108 } Maths and logic functions
@{" Sign " Link "BuiltIns.guide/Maths and logic functions" 36 } Maths and logic functions
@{" SIZEOF " Link "MoreExpressions.guide/SIZEOF expression" 0 } SIZEOF expression
@{" stdin " Link "BuiltIns.guide/Built-In Variables" 34 } Built-In Variables
@{" stdout " Link "BuiltIns.guide/Built-In Variables" 34 } Built-In Variables
@{" stdrast " Link "BuiltIns.guide/Built-In Variables" 46 } Built-In Variables
@{" STEP " Link "Introduction.guide/FOR loop" 37 } FOR loop
@{" StrAdd " Link "Types.guide/String functions" 99 } String functions
@{" StrCmp " Link "Types.guide/String functions" 40 } String functions
@{" StrCopy " Link "Types.guide/String functions" 58 } String functions
@{" STRING " Link "Types.guide/Normal strings and E-strings" 49 } Normal strings and E-strings
@{" String " Link "Types.guide/String functions" 14 } String functions
@{" StringF " Link "BuiltIns.guide/Input and output functions" 90 } Input and output functions
@{" StrLen " Link "Types.guide/String functions" 108 } String functions
@{" STRLEN " Link "BuiltIns.guide/Built-In Constants" 24 } Built-In Constants
@{" StrMax " Link "Types.guide/String functions" 131 } String functions
@{" SUPER " Link "OOE.guide/Inheritance in E" 110 } Inheritance in E
@{" TextF " Link "BuiltIns.guide/Graphics functions" 42 } Graphics functions
@{" THEN " Link "Introduction.guide/IF block" 29 } IF block
@{" Throw " Link "Exceptions.guide/Raising an Exception" 0 } Raising an Exception
@{" TO " Link "Introduction.guide/FOR loop" 0 } FOR loop
@{" TO, (CASE range) " Link "Introduction.guide/SELECT..OF block" 0 } SELECT..OF block
@{" TO, (FOR loop) " Link "Introduction.guide/FOR loop" 0 } FOR loop
@{" TrimStr " Link "Types.guide/String functions" 161 } String functions
@{" TRUE " Link "Introduction.guide/Logic and comparison" 11 } Logic and comparison
@{" TRUE " Link "BuiltIns.guide/Built-In Constants" 5 } Built-In Constants
@{" UNTIL " Link "Introduction.guide/REPEAT..UNTIL loop" 0 } REPEAT..UNTIL loop
@{" UpperStr " Link "Types.guide/String functions" 174 } String functions
@{" Val " Link "Types.guide/String functions" 199 } String functions
@{" VOID " Link "MoreExpressions.guide/Turning an Expression into a Statement" 0 } Turning an Expression into a Statement
@{" WaitIMessage " Link "BuiltIns.guide/Intuition support functions" 282 } Intuition support functions
@{" WaitLeftMouse " Link "BuiltIns.guide/Intuition support functions" 324 } Intuition support functions
@{" wbmessage " Link "BuiltIns.guide/Built-In Variables" 23 } Built-In Variables
@{" WHILE " Link "Introduction.guide/WHILE loop" 0 } WHILE loop
@{" WriteF " Link "BuiltIns.guide/Input and output functions" 0 } Input and output functions
@ENDNODE