You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // Simplest possible script using all variables, demonstrating buffering
- // by Brian Heim
-
- ~i = 0;
- a = 0;
- // ~process = {|x| a = max(a, bench { 12.do { 256.do { |i| sin(i)} }; post(x); }); post(a) }
- ~vcv_process = {post("test")}
|