Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
5
Task/Quoting-constructs/Phix/quoting-constructs-3.phix
Normal file
5
Task/Quoting-constructs/Phix/quoting-constructs-3.phix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-->
|
||||
<span style="color: #000000;">x</span><span style="color: #008000;">"1 2 34 5678_AbC"</span> <span style="color: #000080;font-style:italic;">-- same as {0x01, 0x02, 0x34, 0x56, 0x78, 0xAB, 0x0C}
|
||||
-- note however it displays as {1,2,52,86,120,171,12}
|
||||
-- whereas x"414243" displays as "ABC" (as all chars)</span>
|
||||
<!--
|
||||
Loading…
Add table
Add a link
Reference in a new issue