Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1 +0,0 @@
|
|||
ch : character := 'a';
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
msg : string := "hello world";
|
||||
empty : string := ""; -- an empty string
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
"This is a valid string."
|
||||
'As is this.'
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
X"00" *> Null character
|
||||
X"48656C6C6F21" *> "Hello!"
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
"This is a string."
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
?z ;=> 122
|
||||
?\n ;=> 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue