in reply to Re^2: Apocalypse 12 (whitespace)
in thread Apocalypse 12

We've also put in an escape hatch for when you really need whitespace there. A subscript or argument list can be detached if you put a dot in front of it:
print .($bar) %foo .{'bar'} @abc .[123]
In theory, we could require no whitespace before ++ too, but we don't actually need to unless someone defines a binary operator ++, whereupon the correct response is to shoot them.