Data update

This commit is contained in:
Ingy döt Net 2026-04-30 12:34:36 -04:00
parent 4bb20c9b71
commit cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,6 @@
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

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

View file

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