able-script/able-script-test/functio.able

5 lines
54 B
Plaintext
Raw Normal View History

2021-04-11 15:17:08 -05:00
functio hello(words){
words print;
}
hello("wonk");