ficlStackPop
FICL_PLATFORM_EXTERN ficlCell ficlStackPop(ficlStack *stack);
ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack));
ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack));
cell = ficlStackPop(vm->floatStack);
ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack));
c = ficlStackPop(ficlVmGetDataStack(pVM));
ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->dataStack));
ficlStackPop(vm->dataStack));
c = ficlStackPop(vm->dataStack);
word->param[0] = ficlStackPop(stack);
word->param[1] = ficlStackPop(stack);
c = ficlStackPop(vm->dataStack);
pStep = (ficlWord *)(ficlStackPop(vm->dataStack).p);
ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->dataStack));
return (ficlStackPop(vm->dataStack));