alias Facing


(alias) Facing = (0|1|2|3)
    | 0 -- South
    | 1 -- East
    | 2 -- North
    | 3 -- West

[source]