Module strbuf

String buffers

Functions

concat (b, s) Add a string to a buffer
tostring (b) Convert a buffer to a string


Functions

concat (b, s)
Add a string to a buffer

Parameters

  • b: buffer
  • s: string to add

Return value:

buffer
tostring (b)
Convert a buffer to a string

Parameters

  • b: buffer

Return value:

string

Valid XHTML 1.0!