Exemple #1
0
 public static loop forever(V reason = null,
                            [P] S p  = "", [M] S m = "", [L] int l = 0)
 => Lg.Forever(reason, p, m, l);
Exemple #2
0
 public static loop Cont(object arg,
                         [P] S path = "", [M] S member = "", [L] int line = 0)
 => status.log ? Lg.Forever(null, path, member, line) : loop._cont;