| char | |
| USE: |
specify a string of ascii characters (8 bits wide)
|
| EXAMPLE: |
char w="world" char buf[1024] buf=w print "hello "+buf |
| REMARKS: |
similar to C char, but is not conflated with byte which is a numeric type |
| RELATED: |
wchar
types
|