Implement implicit multiplication, like `2a`, `5(7 + 3)` etc. The latter does clash with function call syntax though.
Implement implicit multiplication, like
2a,5(7 + 3)etc.The latter does clash with function call syntax though.