Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1 +1,6 @@
|
|||
ch := 'z'
|
||||
ch = 122 // or 0x7a or 0172 or any other integer literal
|
||||
ch = '\x7a' // \x{2*hex}
|
||||
ch = '\u007a' // \u{4*hex}
|
||||
ch = '\U0000007a' // \U{8*hex}
|
||||
ch = '\172' // \{3*octal}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue