/tutorial/agent/peach.e
http://github.com/tybor/Liberty · Specman e · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · ddb9687cc6973821eacbe46eb8a0be09 MD5 · raw file
- class PEACH
- inherit
- FRUIT
- feature {ANY}
- display is
- do
- std_output.put_string("PEACH%N")
- end
- end -- class PEACH