added trim functions

This commit is contained in:
IgorCielniak
2026-03-25 08:59:35 +01:00
parent e8271895fb
commit bc3a894737
3 changed files with 33 additions and 0 deletions

View File

@@ -21,4 +21,9 @@ word main
for puts end
"hello world hello world hello" "l" splitby
for puts end
" f " 2dup 2dup
124 putc ltrim write_buf 124 putc cr
124 putc rtrim write_buf 124 putc cr
124 putc trim write_buf 124 putc cr
end