TI-86 BASIC


[Prev][Next][Index][Thread]

TI-86 BASIC



I can't seem to find my TI-86 manual and I was wondering what the syntax
was for the FOR and WHILE commands in BASIC.  I know in C++ that it's:
for(k==1;k>x;k+=1)
{}
or
while (k<x)
{}
and then the commands follow it in brackets.  I'm pretty sure it's
different in BASIC and I would appreciate it if someone could help me out.
Thanks.


Follow-Ups: