forked from AbleScript/ablescript
Alex Bethel
0bec0a5a17
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");
|