.code.alc 160 B

1234567
  1. include "primitives.alh"
  2. Element function intTransition():
  3. Element retValue
  4. retValue = create_node()
  5. dict_add_fast(retValue, "g_out", 0.3)
  6. return retValue!