RosettaCodeData/Task/Documentation/E/documentation.e
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

8 lines
179 B
Text

? /** This is an object with documentation */
> def foo {
> # ...
> }
# value: <foo>
? foo.__getAllegedType().getDocComment()
# value: " This is an object with documentation "