12 lines
142 B
Text
12 lines
142 B
Text
|
|
repeat with each item word in [
|
||
|
|
"A",
|
||
|
|
"BARK",
|
||
|
|
"BOOK",
|
||
|
|
"TREAT",
|
||
|
|
"COMMON",
|
||
|
|
"SQUAD",
|
||
|
|
"CONFUSE"
|
||
|
|
]
|
||
|
|
put CanMakeWord(word)
|
||
|
|
end repeat
|