alias start.hint {
set %hint $$1-
echo -a $hint(%hint).1
.timerhint2 1 15 echo -a $hint(%hint).2
.timerhint3 1 30 echo -a $hint(%hint).3
}
alias hint {
if ($prop == 1) { return 1st. $replace(%hint,a,*,b,*,c,*,d,*,e,*,f,*,g,*,h,*,i,*,j,*,k,*,l,*,m,*,n,*,o,*,p,*,q,*,r,*,s,*,t,*,u,*,v,*,w,*,x,*,y,*,z,*) }
if ($prop == 2) { return 2nd. $replace(%hint,b,*,c,*,d,*,f,*,g,*,h,*,j,*,k,*,l,*,m,*,n,*,p,*,q,*,r,*,s,*,t,*,v,*,w,*,x,*,y,*,z,*) }
if ($prop == 3) { return Times up! %hint }
}