ablescript/examples/functio.able

5 lines
57 B
Plaintext

functio hello(words){
words print;
}
hello(/*wonk*/);