commandShowContext function

void commandShowContext(
  1. List args
)

Function of show_context command

Implementation

void commandShowContext(List args) {
  lprint(comment('Vars: $context\nBlocks: $blocks'));
}