| Name | Brief | Example |
|---|---|---|
| okoc_out_msg | Origin's general message output function | Examples |
| out_complex | outputs a complex value | Examples |
| out_double | a simple function to print a double value, output will be the current output window, can be the Script Window, or the labtalk console. | Examples |
| out_int | a simple function to print an integer, output will be the current output window, can be the Script Window, or the labtalk console. | Examples |
| out_str | a simple function to print a string, output will be the current output window, can be the Script Window, or the labtalk console. | Examples |
| out_tree | Quick display of a tree, only the tagName and Text are shown | Examples |
| printf | Standard C printf function. Output will be the current output window, can be the Script Window, or the labtalk console. | Examples |