Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

alias countcode { var %i = 1, %code, %line while (%i <= $lines($1)) { %line = $read($1,n,%i) if (%line) %code = $calc(%code + $len(%line))

inc %i } echo -a * $1 = %code bytes }

You might also like