TI-BASIC Wiki
Advertisement

The correct title of this page is IS>(. It appears incorrectly here because of technical restrictions.

(84) :IS>(variable, value):command

This is a simpler form of and will do the same as: If variable<value:command. This is also the opposite of: DS<(variable,value):command

Location[]

TI-84

  • PRGM
  • CTL
  • A:IS>(

Example[]

:Prompt A
:IS>(A,5)
:Disp "A<5"

This will prompt for a number. If the number is less than 5, this will print that the number is less than 5. Otherwise, nothing will be printed.

Advertisement