beltoforion / muparserx

A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.
http://beltoforion.de/en/muparserx
BSD 2-Clause "Simplified" License
136 stars 60 forks source link

how to create a Loop Expression ? please a demo #132

Closed 7812782 closed 2 months ago

beltoforion commented 3 months ago

Ther is no such thing in muparserx. It is not a programming language.

7812782 commented 3 months ago

I found the code snippet "if (sTok == _T("Loop"))" in the program, but I don't understand how to implement "Loop" using a conditional expression.

beltoforion commented 3 months ago

This feature is not implemented. It was a reserved keyword but has never been used.