fix last commit
This commit is contained in:
@@ -286,7 +286,8 @@
|
|||||||
str))
|
str))
|
||||||
|
|
||||||
(function withoutPointsStr [:String label]
|
(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]
|
(function countPoints [:String pointStr]
|
||||||
(apply + (for char (pointStr.split "")
|
(apply + (for char (pointStr.split "")
|
||||||
|
Reference in New Issue
Block a user