For example, 2,:mp gives Unhandled char after ':': m.
(reported by Dennis)
This also affects f and some single-character operators:
f
2,:p 2,"AB"fm<
You can add :b, :g, :o, :z, := ,:<, :> and :# to the naughty list.
:b
:g
:o
:z
:=
:<
:>
:#
:p (and :o) would be more useful if implemented as {p}/. An actual map would leave an empty array on the stack.
:p
{p}/
Seconded. I think this is by far the most urgent open ticket.
Fixed :) Will be released in 0.6.4
Log in to post a comment.
This also affects
f
and some single-character operators:You can add
:b
,:g
,:o
,:z
,:=
,:<
,:>
and:#
to the naughty list.:p
(and:o
) would be more useful if implemented as{p}/
. An actual map would leave an empty array on the stack.Seconded. I think this is by far the most urgent open ticket.
Fixed :)
Will be released in 0.6.4