Retrieve nth cdr of a list in Scheme

后端 未结 0 1686
刺人心
刺人心 2021-02-07 11:58

I would like to return the nth cdr of a list. For example, I say (nth-cdr 3 \'(a b c d e)) and i would get (c d e) as output. I am not sure where I am

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