@plurnk/plurnk-grammar 0.74.21 → 0.74.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plurnk.md +1 -0
package/package.json
CHANGED
package/plurnk.md
CHANGED
|
@@ -31,6 +31,7 @@ The `(target)` is required for every operation except PLAN, EXEC, and SEND. Othe
|
|
|
31
31
|
FIND returns rows of results, READ returns lines of content.
|
|
32
32
|
READ output prefixes every line with line numbers and a hard tab, `N: `. The prefix is not part of the source.
|
|
33
33
|
EDIT is only for adding or modifying files and entries. Do not attempt to edit log items.
|
|
34
|
+
EDIT replaces the selected line(s) `<N,M>` with literal body content, never with patterns.
|
|
34
35
|
OPEN expands (`+`) the log item body and costs tokens. FOLD hides (`-`) the log item body and saves tokens. Not all log items have a body (`*`).
|
|
35
36
|
EXEC produces output stream channels on the next turn that you can then OPEN, FOLD, FIND, READ, or KILL.
|
|
36
37
|
KILL deletes files and entries, erases log items, and kills streams.
|