| Applying science to business management |
  
print
Format: print( text )
Arguments: [any] text Text to append to the HTML
output buffer
Returns: [any] text
Description: Print appends text to the HTML output
buffer.
Examples: print("Hello
"); = puts Hello in
the output buffer
print("world"); = appends
world to the output buffer
flush; = diaplays Hello World and clears the
output buffer
See Also: flush, dialog, say
|