final edit fixes

This commit is contained in:
Wifinigel 2023-02-19 13:53:15 +00:00
parent b10b99bd87
commit f3beb2ed9b
41 changed files with 164 additions and 150 deletions

View file

@ -16,7 +16,7 @@
# function to remove last char from a string
#
# e.g. :local ChoppedVar [$chopStrFunc "string with extra char,"]
# e.g. :local ChoppedVar [$ChopStrFunc "string with extra char,"]
#
:global ChopStrFunc do={
:return [ :pick $1 0 ( [ :len $1 ] -1 ) ];