| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-28 02:59:31 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-28 02:59:31 +0100 | 
| commit | 3b820907588131712bd2991dc751329530df8a6a (patch) | |
| tree | 315563874910ff1325f36341daaf1b4faded5fb7 /content/wyrd_v1/_index.md | |
| parent | b5b30786abdb77dc0c1f9ed1be6d9c594b398b1a (diff) | |
Some "rich text" -> "text"; new sequence stuff.
Diffstat (limited to 'content/wyrd_v1/_index.md')
| -rw-r--r-- | content/wyrd_v1/_index.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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`. | 


