3-40 Full Command and Function Reference
Access: …ÓTOOLS →DATE ( Ó is the right-shift of the 9 key).
…&9 →
DATE
Flags: Date Format (-42)
Input/Output:
Level 1/Argument 1 Level 1/Item 1
date
→
See also: →TIME
DATE+
Type: Command
Description: Date Addition Command: Returns a past or future date, given a date in argument 1/level 2 and a
number of days in argument 2/level 1. If x
days
is negative, DATE+ calculates a past date. The
range of allowable dates is October 15, 1582, to December 31, 9999.
Access: …Ó
TOOLS L DATE+ ( Ó is the right-shift of the 9 key).
…&9 L
DATE+
Flags: Date Format (-42)
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
date
1
x
days
→
date
new
See also: DATE, DDAYS
DBUG
Type: Operation
Description: Debug Operation: Starts program execution, then suspends it as if HALT were the first program
command.
DBUG is programmable.
Access: …µ
DEBUG
Input/Output:
Level 1/Argument 1 Level 1/Item 1
« program » or 'program name'
→
See also: HALT, NEXT
DDAYS
Type: Command
Description: Delta Days Command: Returns the number of days between two dates.
If the argument 1/level 2 date is chronologically later than the argument 2/ level 1 date, the
result is negative. The range of allowable dates is October 15, 1582, to December 31, 9999.
Access: …Ó
TOOLS LDDAYS ( Ó is the right-shift of the 9 key).
…&9 L
DDAYS
Flags: Date Format (-42)
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
date
1
date
2
→
x
days
See also: DATE, DATE+