add invert cmd

This commit is contained in:
Luna 2020-01-26 00:13:53 -03:00
parent 299a39fc27
commit 8c3c5a3ac2
5 changed files with 20 additions and 0 deletions

3
examples/invert.scri Normal file
View file

@ -0,0 +1,3 @@
load :0;
invert 3 1;
quicksave;