info(a,text)

Associates the given text to identifier a. The given text works as a commentary set on the variable.

info(a)

Returns a commentary text associated to variable a if any.


See also show clear 


Example


g = 9.81;

info( g, "gravity" );

info( g )

"gravity"