diff --git a/e.vbs b/e.vbs new file mode 100644 index 0000000..96fd19a --- /dev/null +++ b/e.vbs @@ -0,0 +1,10 @@ +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