P num
Purpose
: Outputs a number.
p-num
<number> [
new-line
]
Copied!
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
Copied!
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
Copyright
(c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.