ablescript/examples/functio.able
2022-03-01 22:17:01 +01:00

5 lines
57 B
Plaintext

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