able-script/able-script-test/functio.able
2022-02-22 22:49:56 +01:00

5 lines
57 B
Plaintext

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