code wiki / (root) / nx_symj_fixb.nx

nx_symj_fixb.nx

buildroot/runtime/nx_symj_fixb.nx

87 B1 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind orphan librarytopic symj
docsdependenciesstructsconstsfunctions

dependencies 0 imports · 0 importers

imports: none

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

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