company logo

Comments in a script file

Comments can be introduced at any place in the script file when using //. After // all characters until the end of line are considered as comment characters. For compatibility reasons, comment blocks enclosed in /* ... */ are supported as well, but only at specific places as begin of a class or expression definition.