fix last commit

This commit is contained in:
2022-09-11 21:59:27 +00:00
parent 0bd6f4e4bf
commit 2dc03ffd30

View File

@@ -286,7 +286,8 @@
str))
(function withoutPointsStr [:String label]
(doFor c (.split "|+*\$" "") (set label (label.replace c ""))))
(doFor c (.split "|+*\$" "") (set label (label.replace c "")))
label)
(function countPoints [:String pointStr]
(apply + (for char (pointStr.split "")