@@ 175,6 175,9 @@ define-syntax say-words
: equal? w '..
show "."
show " "
+ : equal? w '.,
+ show ","
+ show " "
else
show : ->string w
show " "
@@ 187,6 190,8 @@ define-syntax say-words
. #f
: equal? w '..
show "."
+ : equal? w '.,
+ show ","
else
show : ->string w
say-words words ...