if (Measure())
{
if (Measure())
{
if (Measure())
{
if (Measure())
{
if (Measure())
{
if (Measure())
{
if (Measure())
{
Cut();
}
}
}
}
}
}
}
* This source code was highlighted with Source Code Highlighter .
class LetItBe
{
private Author I;
private Author me;
private MotherMary MotherMary;
private MotherMary she;
public LetItBe()
{
I = Author.instance();
me = I;
MotherMary = MotherMary.instance();
she = MotherMary;
}
public static void main( String [] args)
{
if (I.FindMyself() && timesOfTrouble())
{
MotherMary.comesTo(me);
MotherMary.speak(WordType.WORDS_OF_WISDOM, "Let it be" );
}
if (I.isHourOfDarkness()) {
assert (she.isStanding(Position.IN_FRONT_OF, me));
she.speak(WordType.WORDS_OF_WISDOM, "Let it be" );
}
letItBe();
letItBe();
I.whisper(WordType.WORDS_OF_WISDOM, "Let it be" );
}
}
procedure Salo;
var arrSaloLocations : array [ 0..25 ] of OleVariant;
var oUkrNight, oSalo : OleVariant;
var oOldSaloLocation : OleVariant;
var ixSaloLocationsArray : integer ;
begin
if ( not oUkrNight. Noise ) then
if ( oSalo. Exists ) then
begin
oOldSaloLocation : = oSalo. Location ;
repeat
ixSaloLocationsArr : = Random ( VarArrayLowBound ( arrSaloLocations ) , VarArrayHighBound ( arrSaloLocations ) ) ;
until ( oOldSaloLocation <> arrSaloLocations [ ixSaloLocationsArray ] ) ;
oSalo. Location : = arrSaloLocations [ ixSaloLocationsArray ] ;
end ;
SELECT name FROM european_proletarians
UNION
SELECT name FROM asian_proletarians
UNION
SELECT name FROM african_proletarians
UNION
SELECT name FROM american_proletarians
UNION
SELECT name FROM australian_proletarians
Source: https://habr.com/ru/post/89717/
All Articles