Author: coke Date: Thu Jan 8 18:07:32 2009 New Revision: 35235 Modified: trunk/src/ops/set.ops
Log: [docs] minor doc clarification. Modified: trunk/src/ops/set.ops ============================================================================== --- trunk/src/ops/set.ops (original) +++ trunk/src/ops/set.ops Thu Jan 8 18:07:32 2009 @@ -536,15 +536,19 @@ ######################################## +=item B<null>(out INT) + +=item B<null>(out NUM) + +Set register $1 to zero. + =item B<null>(out STR) -=item B<null>(out INT) +Set register $1 to a NULL string value. =item B<null>(out PMC) -=item B<null>(out NUM) - -Set register $1 to a null value, or zero for the numeric registers +Set register $1 to PMCNULL. =cut
