Stack: Difference between revisions

m
(Added Easylang)
imported>Arakov
Line 2,695:
var stack := new system'collections'Stack();
stack.push:(2);
var isEmpty := stack.Length == 0;
Anonymous user