ablescript/examples/functio.able

5 lines
57 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
}
2022-02-22 15:49:56 -06:00
hello(/*wonk*/);