display
display(g_obj[p_port] ) =>t/nil
Description
Writes a representation of an object to the given port.
Strings that appear in the written representation are not enclosed in double quotes, and no characters are escaped within those strings.
Arguments
Value Returned
Examples
The side effect is to display Hello! to poport.
(display "Hello!")
=> t
Related Topics
Return to top