navinsubramani / LabVIEW-Script-Language

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

Python equivalent Scripts #39

Closed navinsubramani closed 2 years ago

navinsubramani commented 4 years ago

Compare the existing function with the python equivalent scripts using https://www.w3schools.com/python/default.asp

So, all the scripts developed using the LSL will be python compatible and could be used by engineers with their existing Python knowledge

pranay001 commented 4 years ago

In LSL we have the comment lines using the identifier "\", but in python we use "#" for single-line comment. Please update it @navinsubramani .