/tutorial/get_text/simple/example.e
http://github.com/tybor/Liberty · Specman e · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 0357c0045dbb1ad7028fe43ebe70e415 MD5 · raw file
- class EXAMPLE
- create {ANY}
- make
- feature {}
- make
- do
- io.put_string(translator.translation("Hello world!"))
- io.put_new_line
- end
- translator: TRANSLATOR
- once
- create Result.init
- end
- end -- class EXAMPLE