1
0

11 lines
259 B
Plaintext
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
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