8 lines
154 B
Text
8 lines
154 B
Text
/* Check input device is a terminal, in Jsish */
|
|
;Interp.conf().subOpts.istty;
|
|
|
|
/*
|
|
=!EXPECTSTART!=
|
|
Interp.conf().subOpts.istty ==> false
|
|
=!EXPECTEND!=
|
|
*/
|