ablescript/examples/functio.able

5 lines
57 B
Plaintext
Raw Permalink Normal View History

2021-04-11 20:17:08 +00:00
functio hello(words){
words print;
2021-04-11 20:17:08 +00:00
}
2022-02-22 21:49:56 +00:00
hello(/*wonk*/);