RosettaCodeData/Task/Documentation/E/documentation.e
2023-07-01 13:44:08 -04: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 "