Library /sys$common/syshlp/basichelp.hlb
FOR, Syntax

 *Conan The Librarian (sorry for the slow response - running on an old VAX)

  Unconditional:

      FOR num-unsubs-var = num-exp1 TO num-exp2 [ STEP num-exp3 ]

          [ statement ]...

      NEXT num-unsubs-var

  Conditional:

                                                    {UNTIL}
      FOR num-unsubs-var = num-exp1 [STEP num-exp3] {WHILE} cond-exp

          [ statement ]...

      NEXT num-unsubs-var

  Unconditional Statement Modifier:

      statement FOR num-unsubs-var = num-exp1 TO num-exp2 [STEP num-exp3]

  Conditional Statement Modifier:

      statement FOR num-unsubs-var = num-exp1 [step num-
             exp3] {WHILE} cond-exp
  Close     HLB-list     TLB-list     Help  

[legal] [privacy] [GNU] [policy] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.