This is the documentation for the io module.
input (string) takes input from console. It has no rands.
Parameters:
print (#void) prints each rand, without any new lines.
Parameters:
rand1: (any) the first rand to be printed out.rand2: (OPTIONAL) (any) the second rand to be printed out. There may be more rands.put (#void) prints each rand concatenated, followed by a new line.
Parameters:
rand: (OPTIONAL) (any) the rand to be printed out. There may be more rands.put-each (#void) puts each rand, each separated by a new line.
Parameters:
rand1: (any) the first rand to be printed out.rand2: (OPTIONAL) (any) the second rand to be printed out. There may be more rands.