Changes between Version 2 and Version 3 of Doc/panc/dml/flow


Ignore:
Timestamp:
Mar 4, 2007, 10:53:12 PM (17 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/panc/dml/flow

    v2 v3  
    11= Flow Control =
    22[[TracNav]]
     3
     4[[TOC(inline)]]
    35
    46DML contains three statements that permit non-linear execution of code within a DML block.  The 'if' statement allows conditional branches, the 'while' statement allows looping over a DML block, and the 'foreach' statement allows iteration over an entire resource (list or hash).