Pref::verboseRead -- shows
reading of files
IntroductionWith Pref::verboseRead the reading of library files can
be shown.
Call(s)Pref::verboseRead(value)
Parametersvalue |
- | 0, 1, 2 or
NIL |
Returnsthe last defined value
Related
Functionsread, fread, prog::trace, loadproc
DetailsPref::verboseRead the reading of library packages
and files can be shown.Pref::verboseRead stays for
012Pref::verboseRead without arguments returns
the current value. The argument NIL will reset the default
value, which is 0.
Example
1Show the reading of library packages:
>> reset(): Pref::verboseRead(1): sin(x)
loading package 'Type' [mupad/share/lib/lib.tar#lib/]
0.8414709848
Show reading of all library files:
>> reset(): Pref::verboseRead(2): sin(1.0)
reading file mupad/share/lib/lib.tar#lib/SPECFUNC/sin.mu
reading file mupad/share/lib/lib.tar#lib/SPECFUNC/sinh.mu
reading file mupad/share/lib/lib.tar#lib/STDLIB/infinity.mu
loading package 'Type' [mupad/share/lib/lib.tar#lib/]
reading file mupad/share/lib/lib.tar#lib/TYPE/Arith.mu
0.8414709848