Improve implicit multiplication
Slight improvement to implicit multiplication support
A(3) -> A*(3)
a(3) -> a(3) - will only add multiplication if the preceding token is capital, since that is a variable
Slight improvement to implicit multiplication support
A(3) -> A*(3)
a(3) -> a(3) - will only add multiplication if the preceding token is capital, since that is a variable