2F178 |
ALARMS@
|
( → {} )
Returns internal alarms list.
|
2F37F |
STOALM
|
( %date %time acti %rep → % )
Stores an alarm. %repeat is the number of
ticks between every repetition. Since there
are 8192 ticks in a second, 60 seconds in a
minute, and 60 minutes in an hour, to make an
alarm that repeats every hour, %repetition
would be 8192*60*60 = 29491200.
Returns real number representing the position
of the alarm in the list.
|
2F0AC |
PURGALARM%
|
( % → )
Internal <REF>xDELALARM.
|
2F314 |
RCLALARM%
|
( %n → {} )
Recalls nth alarm. List is in the format of
STOALARMLS .
|
25FA9 |
ALARM?
|
( → flag )
Returns TRUE if an alarm is due.
|
2F113 |
FNDALARM{}
|
|
2F336 |
FindNext
|
|