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.pop

Extracting an item. The method deletes the top item from a stack.

method uint stack.pop

Return value

The pointer to the next new top item.


stack.pop

The method extracts a string from a stack. The stack must be described as stack of str.

method str stack.pop (
   str val
)

Parameters

val Result string.

Return value

Returns the parameter val.

Related links

Source