Print a single value or array to the screen. Prints with the default format for the given data type (that is, with no modifiers to the out stream).
Parameters
| Name | Type | Description |
|---|---|---|
| Block | string | Name of block containing desired variable. |
| Variable | string | Name of variable to print. |
Inputs
| Name | Type | Description |
|---|---|---|
| Block/Variable | int, real, string or array | Variable to output to screen. |
Outputs
| Name | Type | Description |
|---|---|---|