|
Re: You know you've overdosed on FIRST when...
You dig this:
>public class FooBar extends SimpleRobotNeed{
> public FooBar(){
> boolean foo, bar;
> bar = initBar(bar);
> foo = initFoo(foo);
> if(foo){
> this.get(foo);
> }else if (bar){
> this.goto(bar);
> this.get(drink, bar);
> }
> }
>}
__________________
|