Page 1 of 1

notes in your libraries created

Unread postPosted: 14 Aug 2013, 20:50
by jmat
hello, as you know I have been creating my libraries, and I would like to add notes ....as in the picture below:
Image
you could make that?

Re: notes in your libraries created

Unread postPosted: 14 Aug 2013, 20:55
by Levak
Just add a comment on the first line of the code.

Code: Select all
Define libpub test() = Func
  ©this is a test function that returns 42
  return 42
EndFunc

Re: notes in your libraries created

Unread postPosted: 14 Aug 2013, 21:11
by jmat
thank you very much