commandIsBool function

bool commandIsBool(
  1. List args
)

Function of type_is_bool command

Implementation

bool commandIsBool(List args) => expEval(args[0]) is bool;