From df7795041b1118faa6ae83d0b534ae42557547f9 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 30 Apr 2025 06:43:00 +0900 Subject: [PATCH] Update specs.en.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix minor formatting issue (the `* ㅅ is the storage selection instruction.` was not properly separated from the line above, so it didn't appear as a list element). Add context about how the numeric literal values are chosen. --- docs/specs.en.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/specs.en.rst b/docs/specs.en.rst index 7789d22..0ae24b3 100644 --- a/docs/specs.en.rst +++ b/docs/specs.en.rst @@ -138,7 +138,7 @@ The ㅁ group: * The ㅃ and ㅍ commands ignore the final consonant. * As before, in the case that there is an insufficient number of elements in the current storage, no action is performed on the storage and the momentum is reversed before consulting the vowel and updating the position. -The integer value of each final consonant (excluding ㅇ,ㅎ, and no final consonant) is given by the following table: +The integer value of each final consonant (excluding ㅇ,ㅎ, and no final consonant) is given by the following table, and is based on the number of strokes required to write it: +----+----+----+----+----+----+----+----+----+----+----+----+ | ㄱ | ㄴ | ㄷ | ㄹ | ㅁ | ㅂ | ㅅ | ㅈ | ㅊ | ㅋ | ㅌ | ㅍ | @@ -155,6 +155,7 @@ The integer value of each final consonant (excluding ㅇ,ㅎ, and no final conso Note: There is no way to push 1 explicitly, but it is possible by simple arithmetic, such as `반반나` (push 2, push 2, divide) or `밤받타` (push 4, push 3, subtract). The ㅅ group: + * ㅅ is the storage selection instruction. * The current storage is changed to the storage mapped to by the final consonant. * ㅆ is storage transfer instruction.