stdOut property

List<String> stdOut
final

A list of all output from lua print().

Implementation

final List<String> stdOut = [];