other versions
| GOLF(2gg) | Development | GOLF(2gg) |
NAME¶
pf-web - (output)
PURPOSE¶
Outputs a web-encoded formatted string.
SYNTAX¶
pf-web <format> , <variable> [ , <variable> ]... \
[ to-error ] \
[ to <string> ]
DESCRIPTION¶
pf-web is the same as pf-out, except that the output is web-encoded (or HTML-encoded). This means such output is suited for use in web pages - meaning any HTML-markup will be properly encoded.
EXAMPLES¶
Display text containing HTML tags without them being rendered in the browser:
pf-web "We use %s markup", "<hr/>"
See pf-out for more examples.
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 |