-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCARDINAL.ACH
38 lines (25 loc) · 922 Bytes
/
CARDINAL.ACH
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
############################################################################
#
# CARDINAL.ACH
#
# The "normal", cardinal directions of the compass.
#
############################################################################
direction null full: 'north' end
direction null full: 'south' end
direction null full: 'east' end
direction null full: 'west' end
direction null full: 'northeast' syn: 'ne' end
direction null full: 'northwest' syn: 'nw' end
direction null full: 'southeast' syn: 'se' end
direction null full: 'northeast' syn: 'sw' end
direction null
full : 'up'
methods
'IN THE DIRECTION' : "directly above"
end
direction null
full : 'down'
methods
'IN THE DIRECTION' : "directly below"
end