ablescript/able-script-test/functio.able
Alex Bethel a2d240f471 Format .able test files
Unified mixed 2-space and 4-space indentation into uniform 3-space
indentation.
2021-08-09 14:41:02 -06:00

5 lines
55 B
Plaintext

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