/tutorial/agent/apple.e

http://github.com/tybor/Liberty · Specman e · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · 651c7fa84276193c992825920013ef22 MD5 · raw file

  1. class APPLE
  2. inherit
  3. FRUIT
  4. feature {ANY}
  5. display is
  6. do
  7. std_output.put_string("APPLE%N")
  8. end
  9. end -- class APPLE