[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
5 DSSSL support
Bigloo supports extensions for the DSSSL expression language [Dsssl96]:
- Keywords. Bigloo supports full Dsssl keywords.
- Named constants. Bigloo implements the three DSSSL named constants:
#!optional
,#!rest
and#!key
. - Dsssl formal argument lists.
In addition, Bigloo extends DSSSL formal parameters. It supports #!rest
argument following !key
arguments. In that case, the #!rest
formal parameter is bound to the list of non-keyword values.
This document was generated on March 31, 2014 using texi2html 5.0.