#var stack := system'collections'Stack new. stack push:2. #var isEmpty := stack length == 0. #var item := stack peek. // Peek without Popping. item := stack pop.