forked from AbleScript/ablescript
5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
|
functio hello(words){
|
||
|
words print;
|
||
|
}
|
||
|
hello("wonk");
|