Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] REBOL/quest Re:(5)

From: jojon:swipnet:se at: 26-Sep-2000 14:00

jhagman wrote: ...
>> Can the Amiga ring the "bell", Jeff, or is that only available through >> /Command?
...
> write %/con to-char 7 >It opens a console, rings bell (actually does an Intuition >DisplayBeep() ) and closes the console.
Alternatively you could: write %/speak "ding-ding" ;))