Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -10,7 +10,7 @@ extension op
|
|||
{
|
||||
var list := ArrayList.load(blocks);
|
||||
|
||||
^ nil == (cast string(self)).toUpper().seekEach:(ch)
|
||||
^ nil == (cast string(self)).toUpper().seekEach::(ch)
|
||||
{
|
||||
var index := list.indexOfElement
|
||||
((word => word.indexOf(0, ch) != -1).asComparator());
|
||||
|
|
@ -39,7 +39,7 @@ public program()
|
|||
Enumerator e := words.enumerator();
|
||||
e.next();
|
||||
|
||||
words.forEach:(word)
|
||||
words.forEach::(word)
|
||||
{
|
||||
console.printLine("can make '",word,"' : ",word.canMakeWordFrom(blocks));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue