Changeset 3373 for trunk/bknr/datastore/src/indices/tutorial.lisp
- Timestamp:
- 06/29/08 16:19:29 (2 months ago)
- Files:
-
- trunk/bknr/datastore/src/indices/tutorial.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bknr/datastore/src/indices/tutorial.lisp
r3035 r3373 28 28 ;;; module by evaluating the following form: 29 29 30 (asdf:oos 'asdf:load-op :bknr -indices)30 (asdf:oos 'asdf:load-op :bknr.indices) 31 31 32 32 ;;; Then switch to the `bknr.indices' package to try out the tutorial. … … 145 145 (make-instance 'gorilla :name "Lucy" :description :aggressive) 146 146 (make-instance 'gorilla :name "Robert" :description :playful) 147 (make-instance 'gorilla :name "John" :description :aggressive) ))147 (make-instance 'gorilla :name "John" :description :aggressive) 148 148 149 149 (all-gorillas)
