PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


Sequences - Xref - Flag - gnomonic


Concepts | Sequences | Actions | Examples | Reference

reference2


App: sequence Page: keepRemoveFlag/gnomonic

HTML RESULT
{sequence 25, push='mySequence'}
{pull mySequence, make,   gnomonic} {$sequence} {/pull}
1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 49
{pull mySequence, keep,   gnomonic} {$sequence} {/pull}
1 3 5 7 9 11 13 15 17 19 21 23 25
{pull mySequence, remove, gnomonic} {$sequence} {/pull}
2 4 6 8 10 12 14 16 18 20 22 24
{pull mySequence, flag,   gnomonic} {$sequence} {/pull}
1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1




home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink