From: <dymond@idirect.ca>
To: <_arc.hive_@lm.va.com.au>
Subject: in a simple philip -ick
Date: Fri, 9 May 2003 01:11:15 -0400 (EDT)

using System;
namespace OurHours {
class IamHere {
public void Being() {
Console.WriteLine("I am almost sure of it");
}
public int WeAre;
public int HowManyOfUs(int WeReachOut) {
this.WeAre=WeReachOut;
return WeReachOut;
}
}
class MainExistenze {
public static void main(String[] args) {
IamHere IamToday=new IamHere();
int allOfUs=IamToday.HowManyOfUs(1000000);
if (allOfUs==IamToday.WeAre) {
IamToday.Being();
}

}
}
}



Back to nettime unstable digest vol 46