On Wed, 31 Oct 2001 18:19:00 +0800
"Rafael 'Dido' Sevilla" <[EMAIL PROTECTED]> wrote:

#->
#->On Wed, Oct 31, 2001 at 04:19:33PM +0800, R Feria wrote:
#->> 
#->> public class PlugMeeting {
#->>     static boolean attending;
#->>     PlugMeeting (String venue) {
#->>         if ( venue.equals ("Makati") )
#->>             attending = false;
#->>         else if ( venue.equals ("Katipunan") || venue.equals
#->> "ASTI")  )
#->>             attending = true;
#->>     }
#->>    PlugMeeting () {
#->>      attending = false;
#->>    }
#->> }
#->> 
#->
#->let attend_plug_meeting = function venue ->
#->    "Makati" -> true
#->  | "Katipunan" -> true
#->  | _ -> false
#->;;

wow java vs. perl which excute faster?
btw the new java io of jse1.4 has also included regular expression, perl
is really powerful!
*^*^*^*^*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Thad Lozada                                          +
+ [EMAIL PROTECTED]                                      +
+ [EMAIL PROTECTED]                                  +
+ [EMAIL PROTECTED]                               +
+ [EMAIL PROTECTED]                            +
+ =====================================================+
+ "Nobody knows what's going to happen to everybody    + 
+  except the forlorn rag of growing old."-Jack Kerouac+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to