The following is a list of properties for the function print:
| Property | Value | 
|---|---|
brief | Print value | 
category | stream | 
description | Evaluate and convert 0 or more values to its string value, then write them to stdout. An undefined value is represented by '<undefined>'. | 
functionId | |
functionLabel | |
parameters | [ { "description": "Values to print.", "minArgs": 0, "name": "values" } ] | 
returns | { "dataType": "null" } | 
sideEffects | [ "Values written" ] |