add eq command

This commit is contained in:
Luna 2019-07-10 16:06:44 -03:00
parent c534721e88
commit 9a5d4f14e5
4 changed files with 50 additions and 2 deletions

4
examples/eq.scri Normal file
View file

@ -0,0 +1,4 @@
load :0;
eq 3 1 2 -0.3 0.7;
eq 10 3 3 -0.9 2;
quicksave;