Call_PushCell Function

Pushes a cell onto the current call.

void Call_PushCell(any value)

Parameters

any value

Cell value to push.

Errors

Called before a call has been started.

Notes

Cannot be used before a call has been started.