5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
functio hello(words){
|
|
words print;
|
|
}
|
|
hello("wonk");
|
functio hello(words){
|
|
words print;
|
|
}
|
|
hello("wonk");
|