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