![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||||||||||||||
Program Icons
Downloads Get icon software and icon graphics! perfecticon.com Windows Icon Collections More than 99999 icon files. Low price & High quality. www.777icons.com Toolbar Icon Images Download thousands of toolbar and menu icons now! toolbar-icons.com Website Icons Search web icons. Download icon sets. perfect-icons.com |
Icon sizes: 256x256, 48x48, 32x32, 24x24, 20x20, 16x16, 512x512 File formats: ICO, GIF, PNG, BMP ![]() ![]() ![]() ![]() Tags: biffi icon f02, hide icon, hide taskbar icons, minimised icons, panic at the disco buddy iconsThen <1 operator>Else <2 operator>; Pay attention to that in Then - and Else - the part needs one operator. But what to do, to solve the task in which on performance or condition default it is necessary to make not one, and some operations? Compound statement already known to you Here comes to the rescue. In statement brackets it is possible to conclude any quantity of operators. If statement variant in this case: If <condition> Then Begin <group of 1 operators> end Else Begin <group of 2 operators> end; The sign "semicolon" is not put before syntactic word Else, but Operators in groups, naturally, separate from each other this sign. Now we will talk about conditions. In programs in language of Pascal of a condition represent the expressions which value is the value logical (Boolean) type. It can be both simply variable the specified type, and difficult sequence of the statements linked by logic operations. In simple conditions signs of operations of matching can be applied: > It is (more), <it is (less), = (equally), <> (it is not equal),> = (greater than or equal to), <= (it is less or equally). Examples of simple conditions: A=5 the Value And is equal 5 (C+D3)> = (D1 * (45-2)) Value of expression in the left part is more or to equally value of expression from the right part S <> ' ABC ' Value S is not equal to a string constant ' ABC ' Let's give an example solutions of one more task: "From two numbers to select the greatest". ![]()
| Copyright © 2005-2022 Aha-Soft. All rights reserved. |
|