Average Character by *yuko*

character*99c;do1;read'(a)',c;k=len_trim(c);1 print'(a1)',sum([(ichar(c(i:)),i=1,k)])/k;end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page