able-script/able-script-test/functio.able
2021-04-11 17:22:06 -05:00

5 lines
54 B
Plaintext

functio hello(words){
words print;
}
hello("wonk");