Esempio n. 1
0
 public loop Via(V reason = null, [P] S p = "", [M] S m = "", [L] int l = 0)
 => Lg.Forever(reason, p, m, l);
Esempio n. 2
0
 public static loop cont(ValidString reason = null,
                         [P] S p            = "", [M] S m = "", [L] int l = 0)
 => Lg.Forever(reason, p, m, l);