Hello World in VSL
posted on 2009-09-15 18:05:47+08:00 by david
VSL
/* "hello, world" in VSL (the script language of Virtools), to be used in a "Run VSL" building block */ void main() { bc.OutputToScreen("hello, world"); }
/* "hello, world" in VSL (the script language of Virtools), to be used in a "Run VSL" building block */ void main() { bc.OutputToScreen("hello, world"); }