Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1 +0,0 @@
|
|||
:myLabel while (<condition>) { <statement list>}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
:myLabel while (<condition 1>)
|
||||
{
|
||||
for ($item in $items)
|
||||
{
|
||||
if (<condition 2>) { break myLabel }
|
||||
$item = $x # A statement inside the For-loop
|
||||
}
|
||||
}
|
||||
$a = $c # A statement after the labeled While-loop
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
:red while (<condition1>)
|
||||
{
|
||||
:yellow while (<condition2>)
|
||||
{
|
||||
while (<condition3>)
|
||||
{
|
||||
if ($a) {break}
|
||||
if ($b) {break red}
|
||||
if ($c) {break yellow}
|
||||
}
|
||||
# After innermost loop
|
||||
}
|
||||
# After "yellow" loop
|
||||
}
|
||||
# After "red" loop
|
||||
Loading…
Add table
Add a link
Reference in a new issue