Chapter 5 Pre-assignment
For your language determine the following. Give examples.
-
Does it use keywords or reserve words or both?
-
Does it use static or dynamic binding? Both? When?
-
Does the language allow stack dynamic variables? When? Restrictions?
-
Does the language allow explicit heap-dynamic variables? When? Restrictions?
-
Does it have named constants? Is the binding static or dynamic?