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

5 lines
55 B
Plaintext
Raw Normal View History

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