mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Initial checkin of docs parsing. char is now unsigned, and signed char is "ichar".
This commit is contained in:
committed by
Christoffer Lerno
parent
45c4f205bb
commit
4f064e7da2
@@ -1,3 +1,3 @@
|
||||
byte bar1 = '\xaf';
|
||||
char bar2 = '\x0F';
|
||||
char bar1 = '\xaf';
|
||||
ichar bar2 = '\x0F';
|
||||
ushort bar4 = '\u0FaF';
|
||||
|
||||
Reference in New Issue
Block a user