Changes between Version 1 and Version 2 of Doc/panc/dml


Ignore:
Timestamp:
Mar 4, 2007, 6:49:33 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/panc/dml

    v1 v2  
    11= Data Manipulation Language =
    22[[TracNav]]
     3
     4Many of the top-level pan language statements take a Data Manipulation Language (DML) block.  Although the DML is not intended as a complete high-level programming language, it does provide many features of such a language and makes the pan language more flexible than a pure declarative language.
     5
     6Overall the DML looks very similar to stripped-down c or java.  The syntax and operators will be familiar to programmers of either language.  The principal difference is that all DML statements return a value, like Lisp.  The value of a block of statements is the value of the last statement executed.