内核双名ok
Structure
fn · h1main
comment
bind
`s` = 你好bind
`n` = > 长度 值=`s`call
> 打印 内容=`n`call
> print text=also-englishFunctions
Variables
-
n int22
-
s text你好你好
Execution
2
also-english
Source
--- title: 中英内核双名 description: 无需导入:打印、长度、文本、整数 与 print / len / … --- # main 内核中英别名等价,可混用: **`s` = "你好"** **`n` = > 长度 值=`s`** > 打印 内容=`n` > print text=also-english
内核中英别名等价,可混用: