Liste des Groupes | Revenir à co vms |
On 2025-04-14, Dave Froble <davef@tsoft-inc.com> wrote:Indeed! However, some utilities used to count lines of code might count more than one. So, the entire exercise should be considered subject to errors.>>
An example of a style I favor:
>
Stat% = SYS$QIOW( , ! Event flag &
ListenCh% By Value, ! VMS channel &
IO$_SETCHAR By Value, ! Operation &
IOSB::Stat%, ! I/O status block &
, ! AST routine &
, ! AST parameter &
ListenOpt::Protocol%, ! P1 &
, ! P2 &
ServerItemLst::Len%, ! P3 - local socket na^
BackLog% By Value, ! P4 - connection back^
SockOptItemList::Len%, ! P5 - socket options &
) ! P6
>
Ok, how many lines of code?
>
Exactly one line of code.
>
Simon.
>
Les messages affichés proviennent d'usenet.