code wiki / _hdl_build / _tr_ref.nx

_tr_ref.nx source

↩ module page · 4 lines · 63 B

1func sq(x: i64) -> i64 { 2 let y: i64 = x * x 3 return y 4}