tmp/tmplnrc9kqv/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### 28 static type <a id="defns.static.type">[[defns.static.type]]</a>
|
| 2 |
+
|
| 3 |
+
type of an expression [[basic.types]] resulting from analysis of the
|
| 4 |
+
program without considering execution semantics
|
| 5 |
+
|
| 6 |
+
[*Note 1 to entry*: The static type of an expression depends only on
|
| 7 |
+
the form of the program in which the expression appears, and does not
|
| 8 |
+
change while the program is executing. — *end note*]
|
| 9 |
+
|