support for X^[A,B] and X^length in arithmetic expressions.

This commit is contained in:
Vítor Santos Costa
2011-10-27 12:36:48 +02:00
parent 1cc3280fea
commit 1ddd61314c
5 changed files with 58 additions and 0 deletions

View File

@@ -150,6 +150,7 @@
AtomLT = AtomAdjust(AtomLT);
AtomLastExecuteWithin = AtomAdjust(AtomLastExecuteWithin);
AtomLeash = AtomAdjust(AtomLeash);
AtomLength = AtomAdjust(AtomLength);
AtomList = AtomAdjust(AtomList);
AtomLive = AtomAdjust(AtomLive);
AtomLoadAnswers = AtomAdjust(AtomLoadAnswers);