Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 476 Bytes

result.concat.md

File metadata and controls

22 lines (16 loc) · 476 Bytes

Result.concat

The concat function is established to concatenate the result to another.

Sample

	var result = new Result();
	result.concat(event.fire("subEvent"));

API

CallingReturning
Result . concat ( result )Result
ParametersTypeDescription
resultResultThe sub result.