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
;;

-- 
Rafael R. Sevilla <[EMAIL PROTECTED]>   +63(2)   8177746 ext. 8311
Programmer, Inter.Net Philippines                +63(917) 4458925
http://dido.engr.internet.org.ph/                OpenPGP Key ID: 0x5CDA17D8
_
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