Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
9
Task/100-doors/LiveCode/100-doors.livecode
Normal file
9
Task/100-doors/LiveCode/100-doors.livecode
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
on mouseUp
|
||||
repeat with tStep = 1 to 100
|
||||
repeat with tDoor = tStep to 100 step tStep
|
||||
put not tDoors[tDoor] into tDoors[tDoor]
|
||||
end repeat
|
||||
if tDoors[tStep] then put "Door " & tStep & " is open" & cr after tList
|
||||
end repeat
|
||||
set the text of field "Doors" to tList
|
||||
end mouseUp
|
||||
Loading…
Add table
Add a link
Reference in a new issue