1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
259 B
Plaintext

Function e
e = MsgBox("ee ee?",51,"e")
If e = 6 Then
e = MsgBox("e!",64,"e")
ElseIf e = 7 Then
e = MsgBox("EE!",16,"E!")
Else
e = MsgBox("e..",32,"e")
End If
End Function