print*

[procedure] print exp ...

[procedure] print* exp ...

Chicken: prints exps to the current output port using display. print prints newline after it.

SCM, Gauche have print, but not print*.

Bigloo has print, but no-newline counterpart is called display*. Bigloo also has fprint.