Currently when a build-in procedure is typed you are able to get a small description:

However it is currently not possible to add these to your own procedures.
Code: Select all
Procedure.l Prt(Origin$, Message$) ; This is a tailbite single-line description comment.
; brief: Logs an error message. Do not use directly, instead use the GError Macro.
; param: Origin$
; Information origin and class information.
; param: Message$
; The message describing the event.
; return: Length of message.
Procedure.l Prt(Origin$, Message$)
Thank you so much for all your hard work!