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

5 lines
54 B
Plaintext
Raw Normal View History

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