Join Slack
Powered by
Why can I not do this ``` while (acc > 0) {...
# announcements
j
jkbbwr
09/14/2015, 2:01 PM
Why can I not do this
Copy code
while (acc > 0) { (acc, mod) = divmod(acc, 58) }
divmod returns
Pair<Int, Int>
Open in Slack
Previous
Next