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 25, name='mySeq'}
{sequence mySeq}
{$sequence}
{/sequence}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{sequence mySeq, trim, both=5}
{$sequence}
{/sequence}
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{sequence mySeq, trim, left=5}
{$sequence}
{/sequence}
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{sequence mySeq, trim, right=5}
{$sequence}
{/sequence}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{sequence mySeq, trim, left=10, right=5}
{$sequence}
{/sequence}
11 12 13 14 15 16 17 18 19 20
{sequence mySeq, trim, both=5, left=2, right=3}
{$sequence}
{/sequence}
8 9 10 11 12 13 14 15 16 17




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

(c) 2003-2025 Herbert Groot Jebbink