in reply to Re^2: strange syntax error with map
in thread strange syntax error with map

Far simpler way to disambiguate:
{; ... } # BLOCK +{ ... } # Hash constructor

Replies are listed 'Best First'.
Re^4: strange syntax error with map
by BillKSmith (Monsignor) on Apr 10, 2017 at 19:05 UTC
    Your solution requires an understanding of the problem. That is exactly what I was thanking haukex for. Note that I bypassed the problem rather than fix it.
    Bill