Tuesday, April 10, 2007

press F5 to Compile and Run


the following program is error-free..bug-free using SukiCompiler! Hahaa...


Sub meetForLunch(strPilot As String){
Try
   ericKoh.Initialise("LUNCH")
   lunchKhaki = "ERICKOH, ERICLIM, SUKI"
   If ELPercentage > 90 OR EKLongLunch = True Then
      lunch = True
   Else
      lunch = False
   End If

   If lunch Then objW.Write("Attendees: " & lunchKhaki)
   If strPilot <> "" Then objW.Write("Pilot: " & strPilot)
Catch
      Throw New Exception ("SOMEONE PUT AEROPLANE!")
}
End Sub


==================
OUTPUT
==================
Attendees: ERICLIM, SUKI
Pilot: ERICKOH

wahahahaha..... can u see i am really very bored.

No comments: