现在我们逐个介绍该子任务中新增的语法。 语法:Boolean 当表达式为 #t 或 #f 时,它的值即为 #t 与 #f(Boolean 类型)。 注意,此处 datum 是一个 syntax 而非 expr。 (quote datum) 的作用是将 datum 原样返回。 Integer 与 Boolean 的情况很好理解。 对于 Pair 的情况,由于 Scheme ...
现在我们逐个介绍该子任务中新增的语法。 语法:Boolean 当表达式为 #t 或 #f 时,它的值即为 #t 与 #f(Boolean 类型)。 注意,此处 datum 是一个 syntax 而非 expr。 (quote datum) 的作用是将 datum 原样返回。 Integer 与 Boolean 的情况很好理解。 对于 Pair 的情况,由于 Scheme ...
This controls whether the array input parser recognizes unquoted NULL as specifying a null array element. By default, this is on, allowing array values containing null values to be entered. However, ...