Back Home Up Next

Subchapters:

Synta 1
Synta 2
Synta 3
Variable types
IDL Syntaxe summary
Exercices Scalars

Syntaxe

Very similar to Fortran or C for the program mode. The grammatical rules are the same, some changes in the syntax.

IDL> a = 5

IDL> print,a

IDL> for i=0,50 do print,tab[i]

if toto lt 50. then begin

         toto = tata

endif

 

IDL courses C. Morisset © 2004 IA/UNAM V 2.2

Back Home Up Next