World zzz955

Classes: Dollar InspectSimple Vec WebApp

Methods: cat: ch: ch:with: tl wmid

Classes

Dollar < WebApp

ch:
z = vec new. if( b len ==0 )then( z ap: (a,) )

ch:with:
d= b at: 0. z = vec new. if( b len ==1 )then( z ap: (a,) ) else( for(i:100) do( r= a - i*d. if(r >=0) then( z ap:( (i,) ap: ( se ch: r with: b tl )) flat ) )). z

wmid
v=se ch: 100 with: (50,25,10,5,1). ht( v flat len, ' ======= ', v repr )

InspectSimple

wmid
HT('Inspect: ', msg str) "now is the time"

Vec

cat:
z= vec new. for(e: se) do(z ap: e). for(e: a) do(z ap: e). z

tl
for(i: se len - 1) map( se at: i +1)

WebApp

Method CrossReference

cat:
Vec  
ch:
Dollar  
ch:with:
Dollar  
tl
Vec  
wmid
Dollar   InspectSimple