Re: A89: Re: tigcc (important)


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

Re: A89: Re: tigcc (important)




real question, i tried this in my program:

#include <nostub.h>
#include <all.h>

int _ti89;
int i=0;
void _mail(void)
{
         for(i,0,10)
         {}
}

And it comes up with for undefined, or if i use FOR instead, same thing, so 
am i using it wrong?
At 11:11 PM 2/16/00 -0500, you wrote:

>Note that those routines ARE NOT INTENDED FOR USE IN AN ACTUAL PROGRAM -
>they were just a net little recursion exercise that I thought I'd try.  Any
>REAL routine would use a for loop with a negative step to achieve the same
>effect without the massive function overhead.  I'm just still in LISP/Scheme
>mode and looking for recursive algorithms for everything.  I'm just hoping
>that someone can verify that they would acutually work =)
>
>It's getting late here now, but I'll slap together some real routines for
>your the use of the original poster tomorrow.
>
>     -Scott
>

----
Rob Smith
<a href="http://pa.ticalc.org">Visit Programmers Anonymous Today</a>
<a href="http://www.tigalaxy.com">Come and see the Improved TIGALAXY 
Website</a>
<a href="mailto:kormoc@netzero.net">Email-Me</a>
<a href="aim:addbuddy?screenname=Billvortex">Add Me To Your Buddy List</a>
----
Stupidity got us into this mess - why can't it get us out?

__________________________________________
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html


Follow-Ups: References: