Example using NEMO and IDL
*** under construction ***
For those not used to IDL, probably the biggest syntax surprises are:
- variables are case insensitive, and space doesn't always matter
(remember good old Fortran-6 ?)
- comments are preceded with an ; symbol
- lines starting with ! are global variables, often used to set plotting
parameters. Example "!x.title = 'x (kpc)'"