FIXME in file /cmds/verbs/drive.c line 13:

should be shared somehow with go.c

Code:
string array normal_directions = ({ "north", "south", "east", "west",
                 "northwest", "northeast", "southwest", "southeast" });

mixed can_drive_str(string str)
