()
| 1131 | } |
| 1132 | |
| 1133 | clone () { |
| 1134 | return new Action({ type: this.type, direction: this.direction, distance: this.distance, loopVariable: this.loopVariable, loopCount: this.loopCount }) |
| 1135 | } |
| 1136 | } |
| 1137 | |
| 1138 | // Change actions while maintaining some invariances:; |
no outgoing calls
no test coverage detected