View Single Post
  #3424   Spotlight this post!  
Unread 14-11-2014, 21:48
lamk lamk is offline
Ken Lam
FRC #4719
Team Role: Mentor
 
Join Date: Jan 2014
Rookie Year: 2014
Location: Calgary
Posts: 69
lamk is just really nicelamk is just really nicelamk is just really nicelamk is just really nice
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);
> }
> }
>}
__________________
Reply With Quote