69

Syntax Summary
TIME (see Chapter 3)
Use
TIME isa function which returns the namberof hundredths of a second which
have elapsed since midnight, to the nearest hundredth.
Syntax TIME

TIME$ (see Chapter 4)
Use
TIMES is a function which retums the numberof hundredths of a second which
have elapsed since midnight, to the nearest hundredth, in the form of a string.
Syntax TIMES

TIMER (see Chapter 3)
Use
TIMER is afunctixn which givesthe number of seconds which have elapsed since
midnight.
Syntax TIMER

TOWARD (see Chapter 12)
Use TOWARD is a function which returns the heading fromthe cursorto a given point. Syntax TOWARD)[I/stream-number, I point)

TRUE (see Chapter 3)
Use TRUE is afunctios which always returns —1. (See also ON.)
Syntax TRUE

TRUNC (see Chapter 3)
Use
TRUNC is a function which returns the value of their argument rounded to an
integer. Rounding is towards zero. (See also FIX.)
Syntax TRUNC)argumentl
where argument is a numeric-expression.

TYPE (see Chapter 15)
Use TYPE lists the contents of a file. (See also DISPLAY.)
Syntax TYPE rest-of-line
where rest-of-line is everything up to the end of the line.
BASIC 2 PIus: User Guide & Quick Reference 69

69