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

The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

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.