EnglishРусский  

   Array

   Buffer

   Clipboard

   COM/OLE

   Console

   CSV

   Dbf

   Files

   FTP

   Hash

   HTTP

   INI File

   Keyboard

   Math

   Memory

   Process

   Registry

   Socket

   String

   System

   Thread

   Tree

   XML

Ads

Scriptius script builder
Provides the best choice in work automation and great time saving features.

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

Stack

Stack. You can use variables of the stack type for working with stacks. The stack type is inherited from the arr type. So, you can also use methods of the arr type.

 

Methods

stack.pop Extracting an item.
stack.popval Extracting an number.
stack.push Add an item to a stack.
stack.top Get the top item in a stack.

Type

stack The main structure of the stack.
Edit