write
write( 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 ". Same as print.
Arguments
Value Returned
|
Always returns |
Examples
for( i 1 3 write( "hello" )) ;Prints hello three times.
"hello""hello""hello"
=> t
Related Topics
Return to top