Comments in export scripts?

Is there a comment feature in the export scripting language?
I'd like to be able to comment out a line or describe a section of code.

There is none.

My workaround is:
$puts(REM,'This is a comment.')

DD.20080421.0650.CEST

1 Like

Clever. I hadn't thought of a hack like that.

Would be nice to have a proper comment in the language. Code without comments is not necessarily self documenting.

1 Like