Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Local $number = 10
- If $number > 5 Then
- MsgBox(0, "Result", "$number is greater than 5.")
- EndIf
- ; Explanation:
- ; This If-Then statement checks if $number is greater than 5.
- ; If the condition is true, a message box is displayed indicating that ;$number is greater than 5.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement