From c2d2f1addb503c8e5a31b63408ad02f3c3b1b251 Mon Sep 17 00:00:00 2001 From: crc Date: Wed, 23 Jan 2019 15:23:35 +0000 Subject: [PATCH] fix some typos in words.tsv FossilOrigin-Name: 60010c2fcc357438b2c6981e3362572fa78789ac9fcfd25414c218c02e358a4f --- doc/Glossary.txt | 20 -------------------- words.tsv | 8 ++++---- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/doc/Glossary.txt b/doc/Glossary.txt index 649ff27..d24cc6a 100644 --- a/doc/Glossary.txt +++ b/doc/Glossary.txt @@ -3509,11 +3509,6 @@ random:mersenne Return a random number using a mersenne shifter Class: class:word | Namespace: random | Interface Layer: rre, ri - -Example #1: - - {n/a} - ------------------------------------------------------------------------ random:mersenne:set-seed @@ -3525,11 +3520,6 @@ random:mersenne:set-seed Seed random:mersenne with the specified value Class: class:word | Namespace: random | Interface Layer: rre, ri - -Example #1: - - {n/a} - ------------------------------------------------------------------------ random:xoroshiro128** @@ -3541,11 +3531,6 @@ random:xoroshiro128** Return a random number using xoroshiro128** Class: class:word | Namespace: random | Interface Layer: rre, ri - -Example #1: - - {n/a} - ------------------------------------------------------------------------ random:xoroshiro128**:set-seed @@ -3557,11 +3542,6 @@ random:xoroshiro128**:set-seed Seed random:xoroshiro128** with the specified value Class: class:word | Namespace: random | Interface Layer: rre, ri - -Example #1: - - {n/a} - ------------------------------------------------------------------------ reclass diff --git a/words.tsv b/words.tsv index be99518..b0dda01 100644 --- a/words.tsv +++ b/words.tsv @@ -292,10 +292,10 @@ prefix:| s- - - POSTPONE equivilent. Discard the string. Convert the string to a primitive - - - Change the class of the most recently defined word to `class:primitive`. class:word {n/a} {n/a} global all push n- -n - Move a value from the data stack to the return stack. class:macro {n/a} {n/a} global all r s- - - Lookup a reference by name and inline its pointer to the current assembly segment. class:word {n/a} {n/a} global all -random:mersenne -n - - Return a random number using a mersenne shifter class:word {n/a} {n/a} random rre, ri -random:mersenne:set-seed n- - - Seed random:mersenne with the specified value class:word {n/a} {n/a} random rre, ri -random:xoroshiro128** -n - - Return a random number using xoroshiro128** class:word {n/a} {n/a} random rre, ri -random:xoroshiro128**:set-seed n- - - Seed random:xoroshiro128** with the specified value class:word {n/a} {n/a} random rre, ri +random:mersenne -n - - Return a random number using a mersenne shifter class:word {n/a} {n/a} random rre, ri +random:mersenne:set-seed n- - - Seed random:mersenne with the specified value class:word {n/a} {n/a} random rre, ri +random:xoroshiro128** -n - - Return a random number using xoroshiro128** class:word {n/a} {n/a} random rre, ri +random:xoroshiro128**:set-seed n- - - Seed random:xoroshiro128** with the specified value class:word {n/a} {n/a} random rre, ri reclass a- - - Change the class handler of the most recently defined word to the specified one. class:word {n/a} {n/a} global all reorder ...ss-? - - Restructure the order of items on the stack. class:word {n/a} {n/a} global all repeat - - - Begin an unconditional loop. class:macro {n/a} {n/a} global all