CLIP home page
Descriptions of new classes
Sorry, this page under construction - working only first 2 point.
STACK
o:=stackNew() - create new stack
o:push(var) - add to stack new value
o:pop() - get value from stack and delete last value
o:len() - return length of stack
o:free() - clear all data in stack
Main page about compiler
© Uri Khnykin, uri@itk.ru, 2000