diff options
author | Li Jin <dragon-fly@qq.com> | 2024-08-05 17:20:00 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2024-08-05 17:20:00 +0800 |
commit | 94edfbc8c7d62d700dfb59334a0ed3beedd49493 (patch) | |
tree | f695cec8b8873d5a6e763ac94bf3c81fb6ba0be9 /spec/outputs/codes_from_doc_zh.lua | |
parent | f8cd1220147d606b7e96f88c12fd0f163fb4e1c5 (diff) | |
download | yuescript-94edfbc8c7d62d700dfb59334a0ed3beedd49493.tar.gz yuescript-94edfbc8c7d62d700dfb59334a0ed3beedd49493.tar.bz2 yuescript-94edfbc8c7d62d700dfb59334a0ed3beedd49493.zip |
add macros generating macros feature.v0.23.9
Diffstat (limited to 'spec/outputs/codes_from_doc_zh.lua')
-rw-r--r-- | spec/outputs/codes_from_doc_zh.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/outputs/codes_from_doc_zh.lua b/spec/outputs/codes_from_doc_zh.lua index aa53926..f251450 100644 --- a/spec/outputs/codes_from_doc_zh.lua +++ b/spec/outputs/codes_from_doc_zh.lua | |||
@@ -71,6 +71,7 @@ if cond then | |||
71 | end | 71 | end |
72 | print("yuescript") | 72 | print("yuescript") |
73 | print(3) | 73 | print(3) |
74 | print("有效的枚举类型:", "Static") | ||
74 | if tb ~= nil then | 75 | if tb ~= nil then |
75 | tb:func() | 76 | tb:func() |
76 | end | 77 | end |
@@ -2062,6 +2063,7 @@ if cond then | |||
2062 | end | 2063 | end |
2063 | print("yuescript") | 2064 | print("yuescript") |
2064 | print(3) | 2065 | print(3) |
2066 | print("有效的枚举类型:", "Static") | ||
2065 | if tb ~= nil then | 2067 | if tb ~= nil then |
2066 | tb:func() | 2068 | tb:func() |
2067 | end | 2069 | end |