tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
|
|
@ -0,0 +1,13 @@
|
|||
Polymorphism is a room.
|
||||
|
||||
To find (V - K) in (L - list of values of kind K):
|
||||
repeat with N running from 1 to the number of entries in L:
|
||||
if entry N in L is V:
|
||||
say "Found [V] at entry [N] in [L].";
|
||||
stop;
|
||||
say "Did not find [V] in [L]."
|
||||
|
||||
When play begins:
|
||||
find "needle" in {"parrot", "needle", "rutabaga"};
|
||||
find 6 in {2, 3, 4};
|
||||
end the story.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
list of numbers
|
||||
relation of texts to rooms
|
||||
object based rulebook producing a number
|
||||
description of things
|
||||
activity on things
|
||||
number valued property
|
||||
text valued table column
|
||||
phrase (text, text) -> number
|
||||
Loading…
Add table
Add a link
Reference in a new issue