24
Directions
•Directions are vectors pointing in index space
•Declare directions using
–direction <name> = [ <tuple> ]
• where <tuple> is a sequence of indices separated by commas
•For example
–direction northwest = [-1, -1];
–            right = [1];
•Short names are common and preferred