Head Directions
In Varphi, head movement directions are represented using uppercase letters:
L
: Move leftR
: Move right
The characters "l" and "r" (lowercase "L" and "R") are not interpreted as "left" and "right" by the lexer, and will result in a syntax error.
Last updated
Was this helpful?