LastCalc icon indicating copy to clipboard operation
LastCalc copied to clipboard

Handle bracket matching on the left hand side

Open sanity opened this issue 13 years ago • 0 comments

Let's say we define a function:

dog cat = fight

Now we type:

(dog) cat

This should match the left side of the function, but it doesn't.

This problem occurred here:

markup = 30%
markup of 78

The incorrect result was:

(30 %) of 78

The "X of Y%" function defined in bootstrap.txt didn't match because the brackets had been inserted automatically.

sanity avatar Nov 29 '12 21:11 sanity