summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2022-01-15 00:13:48 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2022-01-15 00:13:48 +0100
commitd272efa49173c3708ddde54a96486261b73d7908 (patch)
treec6b5fa20c04593552fb378777cdc78471b1892b8 /content/wyrd_v1/value/_index.md
parent0a32a8eeb98d5f3507edf5e303ae655f4b923c74 (diff)
...
Diffstat (limited to 'content/wyrd_v1/value/_index.md')
-rw-r--r--content/wyrd_v1/value/_index.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/wyrd_v1/value/_index.md b/content/wyrd_v1/value/_index.md
new file mode 100644
index 0000000..18e2a6a
--- /dev/null
+++ b/content/wyrd_v1/value/_index.md
@@ -0,0 +1,11 @@
+---
+menuTitle: <Value>
+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.