更新时间:2024-11-21 14:35:49作者:留学之路
rackets是一个英语单词,名词,意思是“骗术;花招;胡闹”。
例句:The police are investigating a series of mysterious robberies, suspected of being the work of professional rackets.
警察正在调查一系列神秘的抢劫案,怀疑这是职业骗子所为。
以上内容仅供参考,建议通过词典、例句等方式获取更丰富的信息。
1. function (函数)
2. procedure (过程)
3. define (定义)
4. call (调用)
5. apply (应用)
6. return (返回)
7. loop (循环)
8. if (条件语句)
9. case (多路分支)
10. let (定义变量)
11. define-constant (定义常量)
12. define-let (定义let语句)
13. set! (修改变量值)
14. import (导入模块)
15. export (导出模块)
16. open (打开模块)
17. pattern matching (模式匹配)
18. list (列表)
19. pair (配对)
20. vector (向量)
21. map (映射)
22. reduce (归约)
23. set (集合)
24. hash-table (哈希表)
25. recursion (递归)
26. module system (模块系统)
27. interactive mode (交互模式)
28. syntax-case (语法多态性)
29. dynamic scope (动态作用域)
30. static typing (静态类型检查)