yes i know there is one... but it only supports inline aliases...
this for example
alias bamaboy {
var %hi = hola
return %hi
}
now if you do $isalias(bamaboy) then yes it returns true.. but one of the properties $isalias(bamaboy).alias it returns basicly the first line of the alias its for of course inline alias so
; echos {
echo -a $isalias(bamaboy).alias
; maybe if a N was added when useing the .alias prop?
; returns total lines if useing 0
echo -a $isalias(bamaboy,0).alias
; return N line if otherwise
echo -a $isalias(bamaboy,2).alias
; echos var %hi = hola
just a suggestion it seems a logical extenstion to me