
eq==
!if $eq isin $(replygood$i)
 !changeto proc/types/equation
!endif
nn=$[$(replygood$i)]
!if NaN isin $nn
 !changeto proc/types/function
!else
 !changeto proc/types/numeric
!endif

