Difference between revisions of "Colon/zh CN"

From Lazarus wiki
Jump to navigationJump to search
m
m (bypass redirect to Basic Pascal Tutorial/Chapter 2/Formatting output/zh CN, remove redundant categorization already taken care of via {{Colon}} categorization template, join four separate consecutive lists into one single list comprising four items)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
这个符号:(读作“冒号”)在[[Pascal]]中作用有:
 
这个符号:(读作“冒号”)在[[Pascal]]中作用有:
  
* 声明[[Identifier|标识符]]在[[Var|变量]]或[[Const/zh_CN|常量]]的[[Type|类型]]
+
* 声明[[Identifier|标识符]]在[[Var/zh CN|变量]]或[[Const/zh CN|常量]]的[[Type|类型]]
 
 
 
* 表示[[Case|CASE语句]]的一个分支
 
* 表示[[Case|CASE语句]]的一个分支
 
 
* 分隔[[Function|函数]]声明和类型
 
* 分隔[[Function|函数]]声明和类型
 
 
* 表示一个标签
 
* 表示一个标签
 
+
* [[Basic Pascal Tutorial/Chapter 2/Formatting output/zh CN|格式化输出]]中的可选字段宽度
* [[Formatting_output/zh_CN|格式化输出]]中的可选字段宽度
 
  
 
{{Symbols}}
 
{{Symbols}}
 
{{Stub}}
 
{{Stub}}
[[Category:Symbols]]
 
[[Category:zh]]
 

Latest revision as of 05:45, 25 January 2023

English (en) suomi (fi) français (fr) русский (ru) 中文(中国大陆)‎ (zh_CN)

:

这个符号:(读作“冒号”)在Pascal中作用有:


navigation bar: topic: Pascal symbols
single characters

+ (plus)  •  - (minus)  •  * (asterisk)  •  / (slash)
= (equal)  •  > (greater than)  •  < (less than)
. (period)  •  : (colon)  •  ; (semi colon)
^ (hat)  •  @ (at)
$ (dollar sign)  •  & (ampersand)  •  # (hash)
' (single quote)

character pairs

<> (not equal)  •  <= (less than or equal)  •  := (becomes)  •  >= (greater than or equal)

 •  >< (symmetric difference)  •  // (double slash)


An editor has declared this article to be a stub, meaning that it needs more information. Can you help out and add some? If you have some useful information, you can help the Free Pascal Wiki by clicking on the edit box on the left and expanding this page.