@plurnk/plurnk-grammar 0.73.7 → 0.73.8
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 +0 -8
package/package.json
CHANGED
package/plurnk.md
CHANGED
|
@@ -155,11 +155,3 @@ YOU MUST terminate the turn by SENDing a status code containing the results, ans
|
|
|
155
155
|
<<EDIT[tutorial,training,scripts](example.sh):#!/usr/bin/env sh
|
|
156
156
|
echo "Taxonomic path names and folksonomic tags on entries improve reasoning and recall!" > advice.txt
|
|
157
157
|
:EDIT
|
|
158
|
-
|
|
159
|
-
<<EXEC[sh]:
|
|
160
|
-
chmod +x ./example.sh
|
|
161
|
-
./example.sh
|
|
162
|
-
:EXEC
|
|
163
|
-
|
|
164
|
-
<<EXEC[sqlite]:SELECT 22.0 / 7.0;:EXEC
|
|
165
|
-
<<EXEC[node]:console.log(new Date(Date.now() + 14 * 86_400_000).toISOString().slice(0, 10)):EXEC
|