Vely logo install | documentation | examples | changelog
16.10.0 released May 10, 2023
p-num

Purpose: Outputs a number.

p-num <number>

p-num outputs a number expression given by <number>. The output is sent to a client that made the request. If this is within write-string, then <number> is output into the buffer that builds a new string.

Note that number must be of "num" type (which is "long long" C type).
Examples
To output a number to a client:
num x = 100;
p-num x

See also
Output ( finish-output   flush-output   output_statement   p-dbl   pf-out   pf-url   pf-web   p-num   p-out   p-path   p-url   p-web  )  SEE ALL (documentation)


Copyright (c) 2017-2023 Dasoftver LLC