push-set: Adds another item to an object

Description Usage Arguments Details Value

Description

push<- is a generic function and is used to put another item to a stack or pipe.

Usage

1
push(x, ...) <- value

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods.

value

an item pushed to x.

Details

There is no default function, so you have to see a specific push<- function for further information.

Value

The updated object.


pubprint documentation built on May 29, 2017, 2:55 p.m.