Int_Loc = 2; while (Int_Loc <= 2) { /* loop body executed once */ if (Func_1(Str_1_Par_Ref[Int_Loc],
Str_2_Par_Ref[Int_Loc+1]) == Ident_1) { /* then, executed */
Ch_Loc = 'A';
Int_Loc += 1;
}
} /* if, while */ if (Ch_Loc >= 'W' && Ch_Loc < 'Z') { /* then, not executed */
Int_Loc = 7;
} if (Ch_Loc == 'R') { /* then, not executed */ returntrue;
} else { /* executed */ if (strcmp(Str_1_Par_Ref, Str_2_Par_Ref) > 0) { /* then, not executed */
Int_Loc += 7;
Int_Glob = Int_Loc; returntrue;
} else { /* executed */ returnfalse;
}
} /* if Ch_Loc */
} /* Func_2 */
Messung V0.5 in Prozent
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.12Bemerkung:
(vorverarbeitet am 2026-04-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.