(this page intentionally left sort of blank.)
open firebug please
and try:
var someone = person();
someone._val
someone.name.filter(function(x) { return x.length < 11; })._val
someone.name.filter(function(x) { return x.length < 11; })._src
var someone_else = person();
someone.location.equals(someone_else.location).filter(IDENTITY)._src
(will eventually look like:)
someone.location.equals(someone_else.location)... or ... someone.name.length.greaterThan(someone_else.name.length.add(3)) ...see the magic of quantum ops see the source data |