From 3b820907588131712bd2991dc751329530df8a6a Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 28 Dec 2020 02:59:31 +0100 Subject: Some "rich text" -> "text"; new sequence stuff. --- content/wyrd_v1/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/wyrd_v1/_index.md') diff --git a/content/wyrd_v1/_index.md b/content/wyrd_v1/_index.md index 9bc38a3..c6e6e97 100644 --- a/content/wyrd_v1/_index.md +++ b/content/wyrd_v1/_index.md @@ -43,7 +43,7 @@ Lambda functions are stored as an `INT` corresponding to a line in the program. * `[SOMETHING] COLLECTION`, table mapping `STRING` to `[SOMETHING]`. * `FLOAT`. * `INT`. -* `RICH TEXT`, a list of `STRINGS` with attributes attached. +* `TEXT`, a list of `STRINGS` with attributes attached. * `STRING`. * `STRUCTURE` (or `DICTIONARY`), table mapping `STRING` to values of any type. * `{String}`, a hard-coded string. @@ -51,7 +51,7 @@ Lambda functions are stored as an `INT` corresponding to a line in the program. #### Aliases sometimes used to refer to types * `? ADDRESS`: an `ADDRESS` pointing to a particular type. * `BASE TYPE`: `INT`, `FLOAT`, `BOOL`, `STRING`. -* `COMPARABLE`: `INT`, `FLOAT`, `BOOL`, `STRING`, `RICH TEXT`, `ADDRESS`. +* `COMPARABLE`: `INT`, `FLOAT`, `BOOL`, `STRING`, `TEXT`, `ADDRESS`. * `COLLECTION`: any `? COLLECTION`. * `COMPUTATION`: any type. * `NUMBER`: `INT` or `FLOAT`. -- cgit v1.2.3-70-g09d2