marqdo

内核双名ok

keywords/内核双名.mq.md

Structure

fn · h1main
comment

内核中英别名等价,可混用:

bind `s` = 你好
bind `n` = > 长度 值=`s`
call> 打印 内容=`n`
call> print text=also-english
Functions
Variables
  • n int
    2
  • s text
    你好

Execution

2 also-english

Source

---
title: 中英内核双名
description: 无需导入:打印、长度、文本、整数 与 print / len / …
---

# main

内核中英别名等价,可混用:

**`s` = "你好"**

**`n` = > 长度 值=`s`**

> 打印 内容=`n`

> print text=also-english

Variable