Comments in Programmers Pane

I am looking to add some documentation to a if that I have coded, but I cant’ fiqure out how to define a line as a comment verses a piece of the actual code.

Thanks,

Subject: Comments in Programmers Pane

Depends which language you’re working in. Formula Language uses the REM keyword, LotusScript can use an apostrophe, the REM keyword, or the %REM – %END REM directive. Java and JavaScript use the C /* – */ and C++ // comment styles.