include "primitives.alh" Element function intTransition(): Element retValue retValue = create_node() dict_add_fast(retValue, "g_out", 0.3) return retValue!