Alex Bethel
a2d240f471
Unified mixed 2-space and 4-space indentation into uniform 3-space indentation.
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
functio hello(words){
|
|
words print;
|
|
}
|
|
hello("wonk");
|