macro
W return "north"
W+UP return "north-up"
North return "north"
North+UP return "north-up"
This outputs the error:
skin.dms:22:error at '+': statement syntax error
Which points to:
W+UP return "north-up"
Yet the documentation says this is valid syntax. Am I doing something wrong or is this a bug?