RosettaCodeData/Task/Hello-world-Text/Maude/hello-world-text.maude

12 lines
121 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
fmod BYE-WORLD is
protecting STRING .
op sayBye : -> String .
eq sayBye = "Hello world!" .
endfm
red sayBye .