ShasPFor
open class ShasPFor(val init: ShasPStatement, val condition: ShasPValuedNode, val step: ShasPStatement, val body: ShasPCode) : ShasPValuedStatement(source)
Constructors
Link copied to clipboard
constructor(init: ShasPStatement, condition: ShasPValuedNode, step: ShasPStatement, body: ShasPCode)