Iguana Demo Scripts 
===================

An example is better than a thousand words, therefore here are some simple 
scripts demonstrating some of the basic features of Iguana. 

The following are Iguana source files:

apply.ig         apply a method to a whole array
divides.igs      how to use the "is div" keyword
divmod.igs       how to use the divmod method (nt module)
earth-mars.ig    light travel time from Earth to Mars
hello.ig         the classic hello world
iguanarc.ig      sample startup file 
myiguana.ig      display some build infos (executable)
rectangle1.ig    the area of a rectangle 
rectangle2.ig    the area of a rectangle (executable)	
ratio.ig         approximate a number with a ratio (nt module)
stats.ig         stats module demo
sum.ig           sum three numbers	            
