Tools
mvcl.txt
Associated article: Flexible System Control and Special-Purpose Languages
Tags: Tools Design
Published source code accompanying the article by Russell W. Mello in which he discusses Mvcl, a programming language Russell designed to do a particular job. Also see MVCL.ZIP.
Flexible System Control and Special-Purpose Programming Languages by Russell W. Mello Example 1: ... # Open valve 1. Then wait for the pressure to go above 10 milli torr. open V1; # wait a bit to allow the pressure to change. wait 10.0; # Check the pressure at ...


