commandShowContext function
Function of show_context command
Implementation
void commandShowContext(List args) {
lprint(comment('Vars: $context\nBlocks: $blocks'));
}
Function of show_context command
void commandShowContext(List args) {
lprint(comment('Vars: $context\nBlocks: $blocks'));
}