code wiki / (root) / nx_add_872.nx

nx_add_872.nx source

↩ module page · 14 lines · 360 B

1// nx_add_872.nx -- AUTO-GENERATED from shape `scalar_unary_op`. 2// Single-arg nx_int function. return a + 872 is the imperative body. 3// 4// genealogy_id: 5// lineage_id: scalar_unary 6// license: public_domain 7// complexity: O(1) 8 9import "nx_syscalls.nx" 10import "nx_tier.nx" 11 12func nx_add_872(a: nx_int) -> nx_int { 13 return a + 872 14}