Skip to content

Commit d31728a

Browse files
authored
NEEPMeat update:官库更新
1 parent 5829d0b commit d31728a

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

projects/1.20-fabric/assets/neepmeat/neepmeat/docs/thord/en_us/thord_words.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
\cat{utility}
2-
32
# Utility
43

54
## . ( n1 -- )
@@ -23,7 +22,11 @@ Starts definition of a new word. The word's name is given by the character seque
2322

2423
## :I
2524

26-
Starts definition of a new immediate word. The word's name is given by the character sequence following :.
25+
Starts definition of a new immediate word. The word's name is given by the character sequence following :I.
26+
27+
```
28+
:I aword 123 . ;
29+
```
2730

2831
## ;
2932

@@ -114,6 +117,8 @@ Copies the top return stack entry to the data stack.
114117
\cat{flow_control}
115118
# Flow Control
116119

120+
## END ( -- )
121+
117122
Emits the END instruction, which stops execution. Useful as a placeholder for backpatching. Equivalent to NEEPASM `END`.
118123

119124
## IF ( n1 -- ) (immediate)

projects/1.20-fabric/assets/neepmeat/neepmeat/docs/thord/zh_cn/thord_words.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
\cat{utility}
2-
32
# 实用
43

54
## . ( n1 -- )
@@ -23,7 +22,11 @@
2322

2423
## :I
2524

26-
用于新起一项立即词的定义。`:`后方的字符串即是词名。
25+
用于新起一项立即词的定义。`:I`后方的字符串即是词名。
26+
27+
```
28+
:I aword 123 . ;
29+
```
2730

2831
## ;
2932

@@ -114,6 +117,8 @@ execute
114117
\cat{flow_control}
115118
# 流程控制
116119

120+
## END ( -- )
121+
117122
发出用于终止执行的END指令。适合用作占位和回填。与NEEPASM的`END`等价。
118123

119124
## IF ( n1 -- )(立即词)

0 commit comments

Comments
 (0)