Liste des Groupes | Revenir à co vms |
On 4/16/2025 9:29 PM, Dan Cross wrote:Given that they count non-blank non-comment lines then ...Most modern code-counting tools _are_ language aware. WhetherI wonder how they would handle BASIC? :-)
they do a better or worse job for each given language may be a
matter of debate, but most at least recognize different
languages and have some knowledge of their semantics.
>
10 FOR X = 1 TO 10
20 PRINT X
30 NEXT X
10 FOR X = 1 TO 10:PRINT X:NEXT X
Is the snippet above one line of code or three?
Les messages affichés proviennent d'usenet.