Skip to content
Snippets Groups Projects
X1.lus 78 B
node X1 (b: bool; n: int)
returns (m: int);
let
  m = current(n when b);
tel