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

7 lines
56 B
Plaintext
Raw Normal View History

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