From d272efa49173c3708ddde54a96486261b73d7908 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sat, 15 Jan 2022 00:13:48 +0100 Subject: ... --- content/wyrd_v1/value/_index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/wyrd_v1/value/_index.md (limited to 'content/wyrd_v1/value') 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: +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 `` `program_counter` value will need to be able to be as big as there +are instructions in the program. -- cgit v1.2.3-70-g09d2