Expression statements are useful in interpreter languages (e.g. Python, Ruby) since they can be modified and evaluated at run-time. LabVIEW does not have a run-time interpreter so I created one. This ...