fixed a segfault bug in index()/rindex() function handler which treated a byte character as a byte string.
enhanced code to handle BOB better
This commit is contained in:
@ -503,11 +503,12 @@ However, some of these words not beginning with `@` can be used as normal names
|
||||
## Values
|
||||
|
||||
- uninitialized value
|
||||
- character
|
||||
- character - 'C'
|
||||
- byte character - @b'B'
|
||||
- integer
|
||||
- floating-point number
|
||||
- string
|
||||
- byte string
|
||||
- string - "string"
|
||||
- byte string - @b"byte string"
|
||||
- array - light-weight array with numeric index only
|
||||
- map - conventional AWK array
|
||||
- function
|
||||
|
Reference in New Issue
Block a user