Saved Bookmarks
| 1. |
What Is A Token? |
|
Answer» A Go program CONSISTS of VARIOUS TOKENS and a token is either a keyword, an identifier, a CONSTANT, a string literal, or a symbol. A Go program consists of various tokens and a token is either a keyword, an identifier, a constant, a string literal, or a symbol. |
|