the closest you can get is type checking
you can set a type as a string
type Example='this will convert this to that'
function convert():Example
end
when ever you type in convert it will display the string. although this is the closest and I do not recommend as it will not see the output of convert as what it is supposed to be but as a string that says ‘this will convert this to that’