kódsor
Kódsor is a Hungarian term used in computing to denote a single line of source code within a program or script. The word combines kód (code) and sor (line or row) and is used to refer to the individual textual units that, together, form a software program. A kódsor may contain a complete statement or be part of a continuation of a larger statement, depending on the programming language.
In practice, kódsorok are the basic units that determine program behavior and readability. Different languages have
- Java: System.out.println("Hello");
The term is commonly used in technical documentation, tutorials, and educational materials to refer to lines