Layed out a fake database

This commit is contained in:
2020-03-04 09:25:35 +11:00
parent 4d06e3e84c
commit 8ef1d0efbd
5 changed files with 83 additions and 11 deletions

View File

@@ -114,7 +114,7 @@ create Book [
set title "The Prisoner of Aunt Kazban"
}
{
set title "The Goblet of Fire Cocktail"
set title "The Goblet of the Fire Cocktail"
}
{
set title "The Order for Kleenex"
@@ -123,7 +123,7 @@ create Book [
set title "The Half-Priced Pharmacy"
}
{
set title "Yeah, I got nothing"
set title "Yeah, I Got Nothing"
}
]
```