Hello World in VSL

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

All Code Snippets

Hot Code Snippets

New Code Snippets