update manual for value history on by default
* doc/ref/compiler.texi: Update for new ,pp meta-command. * doc/ref/scheme-using.texi (Using Guile Interactively): Show value history in examples. (Value Historyx): Update docs to mention the repl option and the programmatic interface.
This commit is contained in:
parent
c27d140ab4
commit
dc3b266118
2 changed files with 44 additions and 10 deletions
|
|
@ -709,7 +709,7 @@ to play around with it at the REPL, as can be seen in this annotated
|
|||
example:
|
||||
|
||||
@example
|
||||
scheme@@(guile-user)> (pp (compile '(+ 32 10) #:to 'assembly))
|
||||
scheme@@(guile-user)> ,pp (compile '(+ 32 10) #:to 'assembly)
|
||||
(load-program
|
||||
((:LCASE16 . 2)) ; Labels, unused in this case.
|
||||
8 ; Length of the thunk that was compiled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue