Exemplo 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);
Exemplo 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);