coco.start {CoCoCore} | R Documentation |
CoCo is started within R, and CoCo commands are then expected from standard input.
coco.resume
will enter an existing CoCo
object.
coco.start(n = 131072, p = 65536, q = 1024, r = 65536, s = 65536, ss = 65536, t = 65536) coco.resume(object = CoCoCore::.currentCoCo())
n |
See coco.init . |
p |
See coco.init . |
q |
See coco.init . |
r |
See coco.init . |
s |
See coco.init . |
ss |
See coco.init . |
t |
See coco.init . |
object |
See endCoCo . |
These functions are to be called with care.
NULL
This will crash both CoCo and R under Windows.
Jens Henrik Badsberg
Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.