Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- 01/31/2008 04:43:57 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 8 8 Then, given an instance of class B, the path `"/x/s"` would provide access to the string `s`. 9 9 10 Early-nulls (if `x` were `null`) are also supported (as in JSP's ''Expression Language''), but so is automatic graph construction. In such a case, anew instances of `A` would have been assigned to `x` to access the (still `null`) string `s`.10 Early-nulls (if `x` were `null`) are also supported (as in JSP's ''Expression Language''), but so is automatic graph construction. In such a case, new instances of `A` would have been assigned to `x` to access the (still `null`) string `s`.
