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

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

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

Edit