Esempio n. 1
0
 public OJump(JumpingFrogsShell jf) : base("o")
 {
     this.jf = jf;
 }
Esempio n. 2
0
 public New(JumpingFrogsShell jf) : base("new")
 {
     this.jf = jf;
 }
Esempio n. 3
0
        static void Main(string[] args)
        {
            Shell sh = new JumpingFrogsShell();

            sh.ReadEvalPrint();
        }
Esempio n. 4
0
 public XWalk(JumpingFrogsShell jf) : base("x")
 {
     this.jf = jf;
 }