other versions
| GOLF(2gg) | Development | GOLF(2gg) |
NAME¶
p-num - (output)
PURPOSE¶
Outputs a number.
SYNTAX¶
p-num <number> [ new-line ]
DESCRIPTION¶
p-num outputs a number given by <number> variable.
If "new-line" clause is used, then a new line ("\n") is output after <number>.
EXAMPLES¶
To output a number to a client:
set-number x = 100 p-num x
SEE ALSO¶
Output
finish-output flush-output output-statement pf-out pf-url pf-web p-num p-out p-path p-source-file p-source-line p-url p-web See all documentation
| $VERSION | $DATE |