|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| Byte | single byte, returned as an integer code | |
| Character | single character, returned as a one-character string | |
| Expression | complete Mathematica expression | |
| Number | integer or an approximate number, given in "E" format | |
| Real | approximate number, given in "E" format | |
| Record | sequence of characters delimited by record separators | |
| String | string terminated by a newline | |
| Word | sequence of characters delimited by word separators |
| NullRecords | False | whether to assume a null record between repeated record separators | |
| NullWords | False | whether to assume a null word between repeated word separators | |
| RecordSeparators | {"\n","\r\n","\r"} | separators allowed between records | |
| TokenWords | {} | words taken as delimiters | |
| WordSeparators | {" ","\t"} | separators allowed between words |
| © 2008 Wolfram Research, Inc. |