commandIsString function

bool commandIsString(
  1. List args
)

Function of type_is_string command

Implementation

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