RosettaCodeData/Task/Documentation/E/documentation.e

9 lines
179 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
? /** This is an object with documentation */
> def foo {
> # ...
> }
# value: <foo>
? foo.__getAllegedType().getDocComment()
# value: " This is an object with documentation "