You can add comments to your scripts.
This page discusses:
/
let a(Integer) // an Integer let result(Real) [...] // Let’s compute result = a * 2
The /* and */ comment characters are supported.
/* Set of Equations created by John 06/06/06 */