navinsubramani / LabVIEW-Script-Language

Developing a platform to develop scripts, compile and execute it in the LabVIEW development or run time environment
MIT License
8 stars 2 forks source link

Modulo Operator Not Working #41

Closed pranay001 closed 2 years ago

pranay001 commented 4 years ago

when running the code, a = 3 % 4, LSL is throwing an error telling invalid syntax. but we have syntax defined as a part of numeric functions.

Please let me know whether "%" cannot be used in LSL.