11 lines
259 B
Plaintext
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
|