The while keyword is a looping construct whose general form is: while (expression) { instructions } Where expression is usually of the form: variable compare op value, and the loop continues to execute instructions until expression evaluates to false (i.e., 0). 'instructions' can be one or more incstruction, which can be something like setting a variable, doing calculations, calling a method, or another loop. %val=5; while( %val ) { echo( %val-- ); }
Attributes | Values |
---|
rdfs:label
| |
rdfs:comment
| - The while keyword is a looping construct whose general form is: while (expression) { instructions } Where expression is usually of the form: variable compare op value, and the loop continues to execute instructions until expression evaluates to false (i.e., 0). 'instructions' can be one or more incstruction, which can be something like setting a variable, doing calculations, calling a method, or another loop. %val=5; while( %val ) { echo( %val-- ); }
- While – jedna z podstawowych pętli w programowaniu, służy do wielokrotnego powtarzania pewnych instrukcji, pętla wykonuje się dopóki prawdziwy jest warunek. Czyli najczęściej do końca świata.
- The code in a while block is executed as long as the conditional expression does not evaluate to False.
- The While command performs a group of commands while the condition is true. The condition is tested when While is Encountered. If the condition is true, the program executes a group of commands, else the program skips to the line after End. The while loop is returned to the beginning by End. While can be nested.
- This page is intended to define the INTERSLAVIC word form for the ENGLISH word at the top of the column to the right. If the INTERSLAVC box is "blank", then a word form has not yet been selected. Immediately below the INTERSLAVIC box is a link entitled "discussion about this word" - which will link you to a "Discussion" page specifically for the WORD at point. Below the Discussion Page link, under "PRIRODNE JEZYKI" ("Natural Languages") are listed the various modern Slavic natural languages - in their respective native language forms (NOTE: some natural language may be missing)
|
sameAs
| |
dcterms:subject
| |
slovioski
| |
slovio
| |
czech
| - Michal Borovicka
- zatímco, chvíle
|
slovianski
| |
slovak
| - Michal Borovicka
- chvýla, hoci, pokiaľ
|
dbkwik:nonsensoped...iPageUsesTemplate
| |
dbkwik:slovknig/pr...iPageUsesTemplate
| |
dbkwik:wackypedia/...iPageUsesTemplate
| |
dbkwik:vb/property/wikiPageUsesTemplate
| |
abstract
| - This page is intended to define the INTERSLAVIC word form for the ENGLISH word at the top of the column to the right. If the INTERSLAVC box is "blank", then a word form has not yet been selected. Immediately below the INTERSLAVIC box is a link entitled "discussion about this word" - which will link you to a "Discussion" page specifically for the WORD at point. Below the Discussion Page link, under "PRIRODNE JEZYKI" ("Natural Languages") are listed the various modern Slavic natural languages - in their respective native language forms (NOTE: some natural language may be missing) Finally, below the Natural Languages section, is the "Constructed Languages" section - "Postavjene Jezyki" - which includes "Slovio" "Novosloviensky" (NeoSlavonic) and "Slovianski". The "Slovio" project is no longer active. "Novosloviensky" and "Slovianski", on the other hand, have joined together as "INTERSLAVIC" or "MEDŽUSLOVJANSKI" - each offering a slightly different grammatical format. Here you may access and edit this information.
- The while keyword is a looping construct whose general form is: while (expression) { instructions } Where expression is usually of the form: variable compare op value, and the loop continues to execute instructions until expression evaluates to false (i.e., 0). 'instructions' can be one or more incstruction, which can be something like setting a variable, doing calculations, calling a method, or another loop. %val=5; while( %val ) { echo( %val-- ); }
- While – jedna z podstawowych pętli w programowaniu, służy do wielokrotnego powtarzania pewnych instrukcji, pętla wykonuje się dopóki prawdziwy jest warunek. Czyli najczęściej do końca świata.
- The code in a while block is executed as long as the conditional expression does not evaluate to False.
- The While command performs a group of commands while the condition is true. The condition is tested when While is Encountered. If the condition is true, the program executes a group of commands, else the program skips to the line after End. The while loop is returned to the beginning by End. While can be nested.
|