chexbox / Calc-API

JSON Calculation Functions
1 stars 0 forks source link

multiple variable names? #2

Open chexbox opened 6 years ago

chexbox commented 6 years ago

Should the user be allowed to choose their own variable, or will the users only be allowed to use the default variables?

infinitytec commented 6 years ago

Common variables should be given, but I think we should allow them to be defined.

chexbox commented 6 years ago

Likely won't be fully implemented for 'awhile'

joker314 commented 6 years ago

Allow all single letter variables. Use something like 5 × {abc} to represent variables with names that have more than 1 letter. Thoughts?