Schjs Interpreter

Program

Output:

Reference

变量
Symbol
数字
1, 2, 3...
函数
(lambda (x) exp)
绑定
(let ((x exp1)) exp2)
调用
(proc arg)
算数
(op exp1 exp2)
判断
(if test conseq alt)
定义
(define symbol exp)

Examples