Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -1 +0,0 @@
ch : character := 'a';

View file

@ -1,2 +0,0 @@
msg : string := "hello world";
empty : string := ""; -- an empty string

View file

@ -1,2 +0,0 @@
"This is a valid string."
'As is this.'

View file

@ -1,2 +0,0 @@
X"00" *> Null character
X"48656C6C6F21" *> "Hello!"

View file

@ -1,6 +0,0 @@
HIGH-VALUE HIGH-VALUES *> Equivalent to (a string of) X"FF".
LOW-VALUE LOW-VALUES *> " " X"00".
NULL *> " " X"00".
QUOTE QUOTES *> " " double-quote character.
SPACE SPACES *> " " space.
ZERO ZEROS ZEROES *> " " zero.

View file

@ -1 +0,0 @@
"This is a string."

View file

@ -1,2 +0,0 @@
?z ;=> 122
?\n ;=> 10