forlang.hlp (Table of Contents; Topic list)
Assignment Statements
                                             Up Contents Index Back
─────Assignment Statements──────────────────────────────────────────────────
 
     There are two types of assignment statements:
 
        ■ Label assignment statements (using ASSIGN) assign the
          value of a format or statement label to an integer variable
 
        ■ Computational assignment statements (using '=') evaluate
          an expression and assign the result to the specified variable
 
     Select either item in this list for more information.
                                    -♦-