history property

List<String> history
getter/setter pair

History is by line, not by statement.

The first item in the list is the most recent history item.

Implementation

List<String> history = [];