Programming basics: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
Tags: Manual revert 2017 source edit
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
== VSCode ==
== 规则 ==
== 规则 ==
{| class="wikitable"
{| class="wikitable"
Line 24: Line 22:
|-
|-
|/* */
|/* */
|摇旗符
|举手符
|注释符
|注释符
|}
|}
== VSCode ==

Latest revision as of 19:00, 13 February 2025

规则

符号 名称 用途
; 分号 表明一条语句
{} 花括号 表明一个语句块
空格 用于区分语法单元
// 双斜杠 注释符
/* */ 举手符 注释符

VSCode