+
+
+
Make the current code for a module old
@@ -1361,6 +1377,24 @@ os_prompt%
when the process wakes up.
+
+
+
+ Insert an element at index in a tuple
+ 1..tuple_size(Tuple1) + 1
+
+
+ Returns a new tuple with element Term insert at position
+ Index in tuple Tuple1.
+ All elements from position Index and upwards are subsequently
+ pushed one step higher in the new tuple Tuple2.
+