The syntax for posh has changed in the latest release on the “posh” branch.
Previously “q”, “l” and other shortcut commands were unary predicates. This caused a few problems when combining with other programs.
Now there is a single generic infix predicate “\” for all shortcut commands. The first argument in the command.
E.g
q\'wing'.
l\'wing'.
init/1 remains the same:
init pellet.
q\{_<neuron}.
Advertisement