Jump to content

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,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.