I'm a complete noob going thru the examples and I get the Invalid input 'S' : expected 'l/L' error for even the most basic example such as
Match n
CASE
WHEN n.eyes = 'blue' THEN 1
ELSE 3
END
Is it POSSIBLE that there is a parsing problem? - I'm using...