Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
4
Task/Literals-String/HicEst/literals-string-1.hicest
Normal file
4
Task/Literals-String/HicEst/literals-string-1.hicest
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
CHARACTER c1='A', c2="B", c3=&C&
|
||||
CHARACTER str1='single quotes', str2="double quotes", str3*100
|
||||
|
||||
str3 = % delimit "Nested 'strings' " if needed %
|
||||
1
Task/Literals-String/HicEst/literals-string-2.hicest
Normal file
1
Task/Literals-String/HicEst/literals-string-2.hicest
Normal file
|
|
@ -0,0 +1 @@
|
|||
str3 = 'a string' // CHAR(0) // "may contain" // $CRLF // ~ any character ~
|
||||
4
Task/Literals-String/HicEst/literals-string-3.hicest
Normal file
4
Task/Literals-String/HicEst/literals-string-3.hicest
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$TAB == CHAR(9) ! evaluates to 1 (true)
|
||||
$LF == CHAR(10)
|
||||
$CR == CHAR(13)
|
||||
$CRLF == CHAR(13) // CHAR(10) ! concatenation
|
||||
Loading…
Add table
Add a link
Reference in a new issue