How do I find the number of characters in a string using scheme programming language?

后端 未结 0 1001
[愿得一人]
[愿得一人] 2020-12-21 15:04

I used string-length to get the number of characters but having difficulties for form a recursive function. Should I convert the string to list and then count the elements?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题