Multiple if statements in mit-scheme

后端 未结 0 1876
梦毁少年i
梦毁少年i 2021-01-02 04:07

I\'m trying to create multiple nested if statements in mit-scheme with a similar structure as:

(if (null? (x))
L
    (if (< (x) (y))
        .. do stuff ..         


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