From 23d8224704b76737e746c5add47aa4cd96a7fd01 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 5 Jan 2021 02:39:50 +0100 Subject: Improves how topics collapse on the menu. --- content/fate_v1/instructions/_index.md | 2 +- content/fate_v1/instructions/addresses/_index.md | 7 +++++++ content/fate_v1/instructions/player_choices/_index.md | 4 ++-- content/fate_v1/instructions/references/_index.md | 7 ------- 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 content/fate_v1/instructions/addresses/_index.md delete mode 100644 content/fate_v1/instructions/references/_index.md (limited to 'content/fate_v1/instructions') diff --git a/content/fate_v1/instructions/_index.md b/content/fate_v1/instructions/_index.md index 95ee992..3f86e2e 100644 --- a/content/fate_v1/instructions/_index.md +++ b/content/fate_v1/instructions/_index.md @@ -1,6 +1,6 @@ --- title: Instructions -weight: 3 +weight: 4 --- Instructions do not return values, but modify the memory in some way or interact with the interpreter. Computations are valid instructions, and will be diff --git a/content/fate_v1/instructions/addresses/_index.md b/content/fate_v1/instructions/addresses/_index.md new file mode 100644 index 0000000..e296f2c --- /dev/null +++ b/content/fate_v1/instructions/addresses/_index.md @@ -0,0 +1,7 @@ +--- +title: Addresses +--- +### DE-ALLOCATION +{{< fatecode >}}(free [POINTER]){{< /fatecode >}} + +Removes the memory element at `[POINTER]` from the memory. diff --git a/content/fate_v1/instructions/player_choices/_index.md b/content/fate_v1/instructions/player_choices/_index.md index a0dba20..4aea5a0 100644 --- a/content/fate_v1/instructions/player_choices/_index.md +++ b/content/fate_v1/instructions/player_choices/_index.md @@ -2,13 +2,13 @@ title: Player Choices --- Player choices are the main way to interact with the user, by presenting them -with a list of `[RICH TEXT]` choices, and executing a list of instructions +with a list of `[TEXT]` choices, and executing a list of instructions associated to the choice they have made. ### CHOICE OPTION {{< fatecode >}}([TEXT] [I0 = INSTRUCTION] ... [IN = INSTRUCTION]){{< /fatecode >}} -Adds a choice showing `[RICH TEXT]` to the user, and executing `[I0]` ... `[IN]` +Adds a choice showing `[TEXT]` to the user, and executing `[I0]` ... `[IN]` if chosen. ### CHOICE PROMPT diff --git a/content/fate_v1/instructions/references/_index.md b/content/fate_v1/instructions/references/_index.md deleted file mode 100644 index 9beb132..0000000 --- a/content/fate_v1/instructions/references/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: References ---- -### DE-ALLOCATION -{{< fatecode >}}(free [POINTER]){{< /fatecode >}} - -Removes the memory element at `[POINTER]` from the memory. -- cgit v1.2.3-70-g09d2