Add node and template code to cleanup "for" handling

This commit is contained in:
rocky
2015-12-26 10:42:57 -05:00
parent d6ac51d0a2
commit 3ac3ef24ac
2 changed files with 10 additions and 2 deletions

View File

@@ -41,8 +41,8 @@ methods implement most of the below.
format string and arguments (a la printf()) for the formatting engine.
Escapes in the format string are:
%c evaluate N[A] recursively*
%C evaluate N[A[0]]..N[A[1]-1] recursively, separate by A[2]*
%c evaluate children N[A] recursively*
%C evaluate children N[A[0]]..N[A[1]-1] recursively, separate by A[2]*
%P same as %C but sets operator precedence
%, print ',' if last %C only printed one item (for tuples--unused)
%| tab to current indentation level