print(g_value[p_outputPort] ) => nil
Description
Prints a SKILL object using the default format for the data type of the value.
For example, strings are enclosed in double quotes. Same as println, except no newline character is printed.
Arguments
Value Returned
Examples
print("hello")
"hello"
=> nil
Related Topics
Return to top