RosettaCodeData/Task/Documentation/E/documentation.e

9 lines
179 B
Plaintext

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