|
|
|
|
|
by lebuffon
876 days ago
|
|
You are correct, but in Forth for example, the colon is a word in the dictionary of words and so is semi-colon. They just happen to parse the input stream rather than taking arguments off the stack. Everything in Forth is called a "word". So depending who your lawyer is, : and ; are "words". :=) |
|