更新時間:2024-10-21 15:34:29作者:貝語網(wǎng)校
rackets是一個英語單詞,名詞,意思是“騙術(shù);花招;胡鬧”。
例句:The police are investigating allegations of match-fixing and other forms of corruption in the world game, with a particular focus on the shadowy world of international football federation (FIFA) rackets.
警方正在調(diào)查世界足壇的賭球和其他形式的腐敗行為,尤其是國際足球聯(lián)合會(國際足聯(lián))等灰色地帶里的種種陰謀。
1. function (函數(shù))
2. procedure (過程)
3. define (定義)
4. call (調(diào)用)
5. apply (應(yīng)用)
6. return (返回)
7. loop (循環(huán))
8. if (條件)
9. case (多條件)
10. let (定義變量)
11. define-constant (定義常量)
12. define-let (定義臨時變量)
13. set! (修改變量)
14. import (導(dǎo)入模塊)
15. export (導(dǎo)出模塊)
16. import-all (導(dǎo)入所有模塊)
17. define-module (定義模塊)
18. define-library (定義庫)
19. open (打開模塊)
20. close (關(guān)閉模塊)
21. pattern matching (模式匹配)
22. recursion (遞歸)
23. list (列表)
24. pair (配對)
25. set (集合)
26. map (映射)
27. filter (過濾)
28. reduce (歸約)
29. foldl (堆疊式歸約)
30. for (循環(huán)遍歷集合)
31. while (循環(huán)遍歷條件)
32. try/catch (異常處理)
33. error handling (錯誤處理)
34. debugging (調(diào)試)
35. interactive mode (交互模式)
36. interactive shell (交互式shell)
37. syntax error (語法錯誤)
38. type error (類型錯誤)
39. compile error (編譯錯誤)
40. run-time error (運(yùn)行時錯誤)。