On 15 May 2017 at 19:33, trebol <[email protected]> wrote:

> $-fu must be equivalent to $^-fu,


$^x is a syntax error, and not $x.
$^x would be "whatever $ is" concatenated with literal "x"
but "$" by itself is a syntax error

Reply via email to