-CALLOUTS.BUILTIN 2018/03/19
+CALLOUTS.BUILTIN 2018/03/22
* FAIL (progress)
* MAX (progress/retraction)
- (*MAX{n::LONG})
+ (*MAX{n::LONG/TAG})
Restrict the maximum count of success.
+ If 'n' values are tag, slot 0 value of the tag are used.
+
+ ex. "(?:(*MAX[T]{3})a)*(?:(*MAX{T})c)*"
[callout data]
slot 0: current success count.
(*CMP{x::TAG/LONG, op::STRING, y::TAG/LONG})
Compare x value and y value with op operator.
+ If x and y values are tag, slot 0 value of the tag are used.
op: '==', '!=', '>', '<', '>=', '<='
-CALLOUTS.BUILTIN.ja 2018/03/19
+CALLOUTS.BUILTIN.ja 2018/03/22
* FAIL (前進)
* MAX (前進/後退)
- (*MAX{n::LONG})
+ (*MAX{n::LONG/TAG})
成功回数を制限する
+ 'n'の値がTAGのときは、そのTAGのcalloutのslot 0の値が使用される
[callout data]
slot 0: 現在の成功回数