OpenSTA logo OpenSTA SCL Reference
Comments

Comments

Scripts may incorporate author comments; these are usually bits of text to make the code purpose easier to understand and are ignored by the compiler. Comment text is identified by the comment character (!), and terminated by the end of the line. Comments can occur either on lines by themselves or embedded in statements or commands. For example comments here are shown in bold:

! Get next page.
SET Conid = Conid + 1 ! Update connection ID
GET URL "http://osta.lan/" & ! Get this URL
	ON Conid & ! use this TCP connection
	HEADER Sub-Heads & ! default headers
	WITHOUT "Referer" ! no referer

<<<
prev page
^^^
section start
>>>
next page