Szukaj…


Wprowadzenie

Ten temat dotyczy instrukcji if i else.

jeśli zmienna = 2

set var to 2

if var = 2 then
    say "Var equals 2"
end if

jeśli var1 = 4, w przeciwnym razie instrukcje

set var1 to 5
//set the number to anything

if var1 = 5 then
    say "Var one equals 5"
else
 say "Var one does not equal 5"
end if

Dialog zwrócił tekst

display dialog "Password" default answer ""
set w to text returned of the result
if w = "Password" then
    display notification "Correct"
end if


Modified text is an extract of the original Stack Overflow Documentation
Licencjonowany na podstawie CC BY-SA 3.0
Nie związany z Stack Overflow