commandIsInt function

bool commandIsInt(
  1. List args
)

Function of type_is_int command

Implementation

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