Specifies remarks.
Syntax
@rem description
The description may be continued on the next line.
Example:
'** 'Returns score for specified turn. ' '@rem To every turn found in decision procedure is 'assigned a score that reflects the "fitness" of 'that turn. At the end the turn with the best score 'is chosen. Public Function evaluateTurn(ByVal x As Integer, ByVal y As Integer) As Integer End Function.