PAD - PHP Application Driver


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


Sequences


Concepts | Sequences | Actions | Examples | Reference

Examples

Examples ! Many are generated and do not always make sence,
the examples from 'specials' are hand crafted and gives a good view of what the Sequences subsystem of PAD can do.



sequences | specials | random | play/single | play/double | keepRemoveFlag

arithmetic   basic   dedup   double   eval   even_odd   extra   figurate   first_last_and_shift_pop   intersection   logic   min_max   mkr   multi   named   negative   oeis   other   play   prime_or_not   push_and_pull   reduce   shift   slice_splice   trim  


HTML RESULT
{sequence 10} {$sequence} {/sequence}
1 2 3 4 5 6 7 8 9 10
{sequence 10, increment=2} {$sequence} {/sequence}
1 3 5 7 9 11 13 15 17 19
{sequence from=10, to=20 } {$sequence} {/sequence}
10 11 12 13 14 15 16 17 18 19 20
{sequence from=10, to=20, increment=2} {$sequence} {/sequence}
10 12 14 16 18 20
{sequence from=10, to=20, step=3 } {$sequence} {/sequence}
10 13 16 19
{sequence from=10, to=20, multiple=3 } {$sequence} {/sequence}
12 15 18




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

(c) 2003-2025 Herbert Groot Jebbink