code wiki / (root) / nx_add_43.nx

nx_add_43.nx source

↩ module page · 20 lines · 593 B

1// nx_add_43.nx -- AUTO-GENERATED from shape `scalar_unary_op`. 2// Single-arg nx_int function. return a + 43 is the imperative body. 3// 4// genealogy_id: 5// lineage_id: scalar_unary 6// license: public_domain 7// complexity: O(1) 8 9// nx_safety_envelope: 10// intended_use: AUTO_APPLIED -- primitive-specific tuning queued 11// sil_target: SIL1 12// evidence: [bulk_applied_2026-05-16, see-file-comment-for-detail] 13// verdict: NOT_YET_EVALUATED 14 15import "nx_syscalls.nx" 16import "nx_tier.nx" 17 18func nx_add_43(a: nx_int) -> nx_int { 19 return a + 43 20}