Added length function (#1542). Added scalar value handling for extract and length (#1576).

This commit is contained in:
seven-phases-max
2013-10-03 10:04:23 +04:00
parent 9d3a80ccfd
commit fd1182bd69
5 changed files with 282 additions and 7 deletions

View File

@@ -133,6 +133,7 @@
average: #7b007b;
negation: #d73131;
}
#extract {
result: 3 2 1 C B A;
#extract-and-length {
extract: 3 2 1 C B A;
length: 6;
}