| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2022-01-19 19:55:42 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2022-01-19 19:55:42 +0100 | 
| commit | 6d2610ebcd25ce12a2c9e22717a20d7772f991f0 (patch) | |
| tree | 46e2cfea41ce98104f296ed360cfacb73f37332d /content/wyrd_v1/value/_index.md | |
| parent | d272efa49173c3708ddde54a96486261b73d7908 (diff) | |
Diffstat (limited to 'content/wyrd_v1/value/_index.md')
| -rw-r--r-- | content/wyrd_v1/value/_index.md | 15 | 
1 files changed, 10 insertions, 5 deletions
| diff --git a/content/wyrd_v1/value/_index.md b/content/wyrd_v1/value/_index.md index 18e2a6a..8ff8290 100644 --- a/content/wyrd_v1/value/_index.md +++ b/content/wyrd_v1/value/_index.md @@ -4,8 +4,13 @@ title: Value  weight: 4  --- -`{Integer}` and `{Float}` are meant to represent the largest available integer -and float point value types available in the interpreter's language. This is not -mandatory, but be especially wary of using too small a type for `{Integer}`, as -the `<State>` `program_counter` value will need to be able to be as big as there -are instructions in the program. +This page describes the types of values used in Wyrd. + +Note that `{Integer}` and `{Float}` are meant to represent the largest available +integer and float point value types available in the interpreter's language. +This is not mandatory, but be especially wary of using too small a type for +`{Integer}`, as the `<State>` `program_counter` value will need to be able to +be as big as there are instructions in the program. + +{{< svg "static/images/wyrd_values.drawio.svg" "500px" >}} + | 


