Return constructor
Return(
- int val
Simple return command with integer return value
Can be used in conjunction with File and scores to calculate with the return value:
Score(Entity.Self(),'test') << File('filename', child: Return(5));
Implementation
Return(this.val) : run = null;