Skip to main content

do_list

Function do_list 

Source
pub fn do_list(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
Expand description

Re-print the last printed source or assembly chunk.

Useful after stepping when the REPL wants to show the previously displayed context again.

ยงErrors

Returns an error if printing fails.