TinyFugue


It just occurred to me that many MUD client programs have their
own commands with which you can get "Hello, World!" output.
For example, with TinyFugue, this is not repeating:
 
/echo Hello, World!
 
And this is repeating:
 
/def hellospam=/echo Hello, World!%;/repeat 1 /hellospam
/hellospam


submitted by: mah20@po.CWRU.Edu (Mark A. Hagenau)