PAD - PHP Application Driver


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


Sequences - Xref - Keep - gould


Concepts | Sequences | Actions | Examples | Reference

reference2


App: sequence Page: keepRemoveFlag/gould

HTML RESULT
{sequence 25, push='mySequence'}
{pull mySequence, make,   gould} {$sequence} {/pull}
1 2 2 4 2 4 4 8 2 4 4 8 4 8 8 16 2 4 4 8 4 8 8 16 4
{pull mySequence, keep,   gould} {$sequence} {/pull}
1 2 4 8 16
{pull mySequence, remove, gould} {$sequence} {/pull}
3 5 6 7 9 10 11 12 13 14 15 17 18 19 20 21 22 23 24 25
{pull mySequence, flag,   gould} {$sequence} {/pull}
1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0




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

(c) 2003-2025 Herbert Groot Jebbink