commandIsNum function

bool commandIsNum(
  1. List args
)

Function of type_is_num command

Implementation

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