how to use write to print string and character "normally" ?
27 Avr
2007
27 Avr
'07
02:10
hi how to use write to print string and character "normally" ? that is without the quotes and #\ ? Thanks.
Afficher les réponses par date
27 Avr
27 Avr
02:20
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
6995
Âge (en jours)
6995
Dernière activité (en jours)
1 commentaires
2 participants
participants (2)
-
Bradley Lucier -
dillo gimp