Changes between Version 12 and Version 13 of Doc/panc/dml/functions
- Timestamp:
- Mar 10, 2007, 9:47:49 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/panc/dml/functions
v12 v13 85 85 }}} 86 86 87 === debug( string message )===87 === debug( arg:string ) : string === 88 88 89 89 This function prints the given message on stdout when debugging is enabled with the DEBUG USER 90 flag. 90 flag. The function returns the message. 91 91 92 92 {{{ … … 95 95 }}} 96 96 97 === delete( arg:variable ) ===97 === delete( arg:variable ) : undef === 98 98 99 99 This function deletes the element identified by the ”variable expression” (i.e. variable name with optional