From: fennecdjay Date: Fri, 11 Oct 2019 14:22:27 +0000 (+0200) Subject: :art: Test upgop_div X-Git-Tag: nightly~2176 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=372c9e3961aa5a3b8dd872f58e27066065c45840;p=gwion.git :art: Test upgop_div --- diff --git a/examples/Gain.gw b/examples/Gain.gw index 52726d02..cd321638 100644 --- a/examples/Gain.gw +++ b/examples/Gain.gw @@ -4,5 +4,6 @@ spork { while(true) { g.gain() == (.2 ? .2 : .1) => g.gain; .15::second => now; for(int i; i < 5; i++) { <<< g.op() >>>; i => g.op; + <<< g.op() >>>; 2::second => now; }