putc
putc(
x_symbol
p_port
)
=> s_symbol
Description
Puts the x_symbol to p_port (to complement getc function)
Arguments
Value Returned
Examples
putc(1 poport)
=> \001
Related Topics
Return to top
putc(
x_symbol
p_port
)
=> s_symbol
Puts the x_symbol to p_port (to complement getc function)
putc(1 poport)
=> \001