04-分支ok
Structure
fn · h1main
comment
bind
`x` = 0branch
arm
`x` > 0call
> 打印 内容=正数arm
`x` < 0call
> 打印 内容=负数arm
elsecall
> 打印 内容=零Functions
Variables
-
x int00
Execution
零
Source
--- title: 分支 description: `+` 各臂;单独的 `*` 臂为否则 --- # main 斜体行是语句。分支用 `+`;表头仅为 `*` 的是否则臂。 **`x` = 0** 1. `x` > 0 > 打印 内容=正数 2. `x` < 0 > 打印 内容=负数 3. * > 打印 内容=零
斜体行是语句。分支用
+;表头仅为*的是否则臂。