... and does not show the description. Unless there is a way to escape the ampersand (I searched but didn't find anything on the forum), perhaps this is a bug?
B4X:
'This sub's description does & not work because of the ampersand it contains
Sub DoesNotWork
End Sub
The same thing happens with "<" in the description. You need to replace it with "<" and it will display properly as "<".
I thought I'd mention it in case someone else has the same problem.