| Template for object: | Company |
| Parent object: | none |
| Behavior state: | ReturnCars |
| Cars | = | MAP(["FO-123", Car object 5], ["DB-777", Car object 7], ["VW-234", Car object 6]) |
| Bookings | = | MAP([0, Booking object 3], [1, Booking object 4]) |
| Customers | = | MAP([0, Customer object 1], [1, Customer object 2]) |
| Today | = | 19970205 |
| NextCustomerNo | = | 2 |
| NextBookingNo | = | 2 |
| DERIVED CurrentCustomersAndCars | = | evaluate now |
| DERIVED ReturnCarsMenu | = | evaluate now |
| DERIVED DeliverCarsMenu | = | evaluate now |
You can perform queries or trigger events in the context of this object. Enter a term or event in the box above and press the submit button. For example, a simple query could be: SELECT x FROM x IN {1,2} WHERE x > 1;(Note that parsing of expressions is case sensitive!)