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

Create function definition #15

Open navinsubramani opened 4 years ago

navinsubramani commented 4 years ago

Using the indent and available function, the developer should be able to create functions on the script and provide definition to it. Later point this function can be called for execution.

Function definition:

def (,,..) ->... ->...

Function execution:

exec (,,..)