11 lines
149 B
Python
11 lines
149 B
Python
+ String {
|
|
|
|
/*
|
|
* Interface with Bank.sc to return a sample faster
|
|
*/
|
|
sample {
|
|
arg sampleNumber = 2;
|
|
^Bank(this)[sampleNumber];
|
|
}
|
|
}
|