disco-0.2: test/repl-help/expected
Commands available from the prompt:
:defn <var> Show a variable's definition
:doc <term> Show documentation
<code> Evaluate a block of code
:help Show help
:load <filename> Load a file
:names Show all names in current scope
:print <expr> Print a string without the double quotes, interpreting special characters
:reload Reloads the most recently loaded file
:table <expr> Print a formatted table for a list or function
:test <property> Test a property using random examples
2