marqdo

utilsok

structure/import/utils.mq.md

Structure

fn · h1加一
n
return`n` + 1
fn · h1问候
call> print text=你好,`谁`!

Execution

(no stdout)

Source

---
title: 工具模块
description: 被 main 导入;粗体是返回值
---

# 加一
    - n

**`n` + 1**

# 问候
    - 谁

> print text=你好,`谁`!