7 lines
71 B
Text
7 lines
71 B
Text
[Int] stack
|
|
|
|
L(i) 1..10
|
|
stack.append(i)
|
|
|
|
L 10
|
|
print(stack.pop())
|