Confirmed users, Bureaucrats and Sysops emeriti
419
edits
(→Types) |
|||
Line 8: | Line 8: | ||
Request = {get, set, call} // principal requests of objects | Request = {get, set, call} // principal requests of objects | ||
Stack = array [ | Stack = array [Window] // array of Window objects | ||
where top() = this[this.length-1] | where top() = this[this.length-1] | ||
Object = record {parent:Object} // record with parent field | Object = record {parent:Object} // record with parent field |