ablescript/able-script-test/functio.able

5 lines
55 B
Plaintext

functio hello(words){
words print;
}
hello("wonk");