
Description
Output the specified string to a standard output.

Syntax
ret = html(string)

Parameters

Return Value
| NULL | : | Error or printed character string | |
| string | : | Printed chracter string | |

System Return Value
ERROR
| 0 | | Success |
| 1 | | Argument error |
| 2 | | Output error |

Description
Character string output in HTTP header
Multiple strings can be specified
Each line must end with newline (\n)

Read / Write
rw

Type
string

initial value
Content-type:text/html\n

See Also