added the str.atPut primitive
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
10
lib/read.c
10
lib/read.c
@ -2211,11 +2211,11 @@ not_consumed:
|
||||
static int flx_hmarked_token (hcl_t* hcl, hcl_ooci_t c)
|
||||
{
|
||||
/*
|
||||
* #xXXXX hexadecimal
|
||||
* #oOOOO octal
|
||||
* #bBBBB binary
|
||||
* #eDDD error
|
||||
* #pHHH smptr
|
||||
* #xXXXX hexadecimal
|
||||
* #oOOOO octal
|
||||
* #bBBBB binary
|
||||
* #eDDD error
|
||||
* #pHHH smptr
|
||||
* #\C character
|
||||
* #\xHHHH unicode character
|
||||
* #\UHHHH unicode character
|
||||
|
Reference in New Issue
Block a user