Category talk:Wren-seq: Difference between revisions

→‎Source code: Fixed a potential bug in Stack.pop() method.
(→‎Source code: Added Lst.expand method.)
(→‎Source code: Fixed a potential bug in Stack.pop() method.)
Line 864:
pop() {
var item = peek()
if (!(item !=is nullNull)) {
_stack.removeAt(-1)
}
9,476

edits