code wiki / (root) / nx_symj_fixb.nx

nx_symj_fixb.nx source

↩ module page · 1 lines · 87 B

1func dbl(x: i64) -> i64 { if x == 2 { return 4 } if x == 3 { return 6 } return x * x }