🕸📝Fergus Duniho wrote on Thu, Jul 23, 2020 09:25 PM UTC:
I fixed a bug in the pop command. When it pops off an array element from an array, it is supposed to remove it from the array, not just copy it to a variable. I fixed it so that it will modify the array when it pops off a value.
I fixed a bug in the pop command. When it pops off an array element from an array, it is supposed to remove it from the array, not just copy it to a variable. I fixed it so that it will modify the array when it pops off a value.