Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Menu/Logo/menu.logo
Normal file
13
Task/Menu/Logo/menu.logo
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
to select :prompt [:options]
|
||||
foreach :options [(print # ?)]
|
||||
forever [
|
||||
type :prompt type "| |
|
||||
make "n readword
|
||||
if (and [number? :n] [:n >= 1] [:n <= count :options]) [output item :n :options]
|
||||
print sentence [Must enter a number between 1 and] count :options
|
||||
]
|
||||
end
|
||||
|
||||
print equal? [huff and puff] (select
|
||||
[Which is from the three pigs?]
|
||||
[fee fie] [huff and puff] [mirror mirror] [tick tock])
|
||||
Loading…
Add table
Add a link
Reference in a new issue