Is it true that this is an S-expression?
xyz
小计划者问道。但如何测试?
从语法上讲,我知道如何测试其他语句,例如
> (atom? 'turkey)
和
> (list? '(atom))
不完全确定如何测试这个......
> (list? '(atom turkey) or)
因为它刚刚返回......
or: bad syntax in: or
但无论如何,知道如何测试 S 表达式让我很困惑
所以,像往常一样,任何照明都非常感谢