report
Default, variables are not written to hard disk
Starting a statement with report writes the result to hard disk
in the initial section: one map is written
without using the binding
with using the binding
binding MapA=a.map; # input map, completely filled with value 10 MapC=c.map; # output map areamap mask.map; initial MapB=5*MapA; report MapC=MapB/10;
writes the file:
c.map