程序員英語學習(二) 標點符號對應的英語單詞彙總

作爲程序員和各種標點字符打交道基本是每天都會經歷的,但是不會用英語描述出來也是挺尷尬的,所以我這邊彙總以下常用的標點符號,不一定最全,但一定是最符合程序員常用的。

 symbol,sign 符號;標誌

=    equal sign 等於號 
 !=  not equal 不等於號 
 ==   quivalent 全等於號 
 <     less than sign 小於號
 >     greater than sign 大於號 
 <=   less than and equal sign 小於等於號 
 >=   greater than and equal sign 大於等於號 

 { open brace, open curly 左花括號 
 } close brace, close curly 右花括號 
 ( open parenthesis, open paren 左圓括號 
 ) close parenthesis, close paren 右圓括號 
 () brakets/ parentheses 括號 
 [ open bracket 左方括號 
 ] close bracket 右方括號 
 [] square brackets 方括號 
  
 . period, dot 句號,點 
 | vertical bar, vertical virgule 豎線 
 & ampersand, and, reference, ref 和,引用 
 * asterisk, multiply, star, pointer 星號,乘號,星,指針 
 / slash, divide, oblique 斜線,斜槓,除號 
 // slash-slash, comment 雙斜線,註釋符 
 # pound 井號 
 \ backslash, sometimes 
 escape 反斜線轉義符,有時表示轉義符或續行符 
 ~ tilde 波浪符 
 , comma 逗號 
 : colon 冒號 
 ; semicolon 分號 
 ? question mark 問號 
 !  exclamation point 
 ' apostrophe 撇號 
 - hyphen 連字號 
 -- dash 破折號 
 ... dots/ ellipsis 省略號 
 " single quotation marks 單引號 
 "" double quotation marks 雙引號 
‖ parallel 雙線號 
 → arrow 箭號;參見號
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章