Page 1 of 1

Multiplication

Posted: Thu Mar 20, 2008 3:04 am
by lrcvs
Deleted !!!

See you: Big multiplication of numbers integers

Thanks.

DEF Fn

Posted: Sat Mar 22, 2008 2:00 pm
by burger2227
The DEF Fn function can easily be converted to a normal Function. This will allow the Function to be called repeatedly or in any part of a program.
DEF Fn is not recommended for recursive programs that repeat the DEF Fn call. That would create an error as it can only be defined once.

Ted