- Scilab help
- Scilab
- Scilab keywords
- TMPDIR
- abort
- add_demo
- argn
- banner
- boolean
- break
- clear
- clearfun
- clearglobal
- comp
- continue
- debug
- delbpt
- dispbpt
- edit
- errcatch
- errclear
- error
- error_table
- exists
- exit
- external
- extraction
- format
- funcprot
- funptr
- getdebuginfo
- getmd5
- getmemory
- getmodules
- getos
- getscilabmode
- getshell
- getvariablesonstack
- getversion
- gstacksize
- ieee
- insertion
- intppty
- inv_coeff
- iserror
- isglobal
- lasterror
- macr2lst
- macr2tree
- matrices
- matrix
- mode
- mtlb_mode
- names
- newfun
- null
- pause
- perl
- poly
- predef
- quit
- rational
- readgateway
- resume
- sciargs
- scilab
- setbpt
- stacksize
- startup
- symbols
- testmatrix
- type
- typename
- user
- varn
- ver
- warning
- what
- where
- whereami
- who
- who_user
- whos
- with_atlas
- with_javasci
- with_macros_source
- with_module
- with_pvm
- with_texmacs
- with_tk
pause
pause mode, invoke keyboard
Description
Switch to the pause mode;
inserted in the code of a function, pause interrupts the execution
of the function: one receives a prompt symbol which indicates
the level of the pause (e.g. -1->). The user is
then in a new workspace in which all the lower-level variables
(and in particular all the variable of the function) are available.
To return to the calling workspace enter "return"
In this mode, [...]=return(...)
returns the variables of the argument (...) to the calling workspace with
names in the output [...]. Otherwise, the lower-level variables
are protected and cannot be modified.
The pause is extremely useful for debugging purposes.
This mode is killed by the command "abort".
See Also
| << null | Scilab | perl >> |