-
Roman Alifanov authored
- Remove redundant echo in @awk functions (leaked to stdout) - Replace range() subshell fork with C-style for ((i=0; i<N; i++)) - Inline string methods (upper/lower/len/trim/replace/contains/starts/ends/substr/index) for simple variable receivers - Direct array subscript for .get() and .set() instead of function calls
3d28f1b4