parse_selection
function:
Parse a string into a new selection.
Examples:
- running:
(parse_selection "(+ 10 11)")
will give:21
- running:
(parse_selection false)
will return nothing
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
parse_selection
function:Parse a string into a new selection.
(parse_selection "(+ 10 11)")
will give: 21
(parse_selection false)
will return nothing