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

Purpose: Outputs a floating point number.

p-dbl <double number>

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

Note that number must be of "dbl" type (which is "double" C type).
Examples
To output a number to a client:
dbl x = 100.51;
p-dbl 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