6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
package onlyscripts
|
||
|
|
||
|
script withParameters(a string, b string, c int) {
|
||
|
console.log(a, b, c);
|
||
|
}
|