hi
how to use write to print string and character "normally" ? that is without the quotes and #\ ? Thanks.
Afficher les réponses par date
On Apr 26, 2007, at 10:10 PM, dillo gimp wrote:
hi
how to use write to print string and character "normally" ? that is without the quotes and #\ ?
You use display:
[brad:~/programs/gambc-4.0b22] lucier% gsi/gsi Gambit Version 4.0 beta 22
(write "abc\n")
"abc\n"> (display "abc\n") abc
(write #\c)
#\c> (display #\c) c>
Thanks. _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list