8.12
4.2
Racket标准库双和的名语言扩展。
本页所列之例程的实现代码是名语言,因此源代码有参照意义。
伄为古活字,另见:弔
Examples:
返回LST左边移除N个元素,右边移除M个元素后的结果。
Example:
> ( '(a b c d e f g) 1 3) '(b c d)
以PROC来测量LST的长度。
返回LST中的重复元素组成的。
偅为古活字,另见:重
Examples:
从LST中找出V并移除之。
Example:
> ( 'c '(a b c d e c f)) '(a b d e f)
LST1是否是LST2的子集。
仔为活用字
子:子集;
亻:见例程命名规则
Examples:
same as 0 except the reverse order of arguments.
Example:
> ( 'val 8) '(val val val val val val val val)
另见:
procedure
(? V) → boolean?
V : any?
Examples:
Examples: