Interesting methods

This commit is contained in:
2023-12-28 13:27:43 +01:00
parent 2954990a27
commit 343b3cd614
3 changed files with 12 additions and 23 deletions

8
Classes/BuboFunction.sc Normal file
View File

@ -0,0 +1,8 @@
+ Function {
f {
arg repeats=inf;
^Pfunc(this, inf)
}
}