fix last commit
This commit is contained in:
@@ -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 "")
|
||||
|
Reference in New Issue
Block a user