Forum for any topic of interest to the Qcodo community, including questions about the framework itself.
i was try to customize toString method template in subclass, and i found the mark <%--%> and <%--%>, what does it for? thanks.
ratno
That's part of the templating language QCodo uses. It means “delete the last x characters” where x is the number of -s
ah i see, that is so the last comma would be deleted, if not it would making new problem right.
thanks vp.