Release 1.38 - Jul 21 2015
Changes:
- New algorithm for handling variable tags (
<get>
,<set>
,<add>
,<sub>
,
<mult>
,<div>
,<bot>
and<env>
) that allows for iterative nesting of these
tags (for example,<set copy=<get orig>>
will work now). - Fix trigger sorting so that triggers with matching word counts are sorted
by length descending. - Add support for
! local concat
option to override concatenation mode
(file scoped) - Bugfix where Perl object macros set via
setSubroutine()
failed to load
because they were missing a programming language internally.