menu
liin_lang package
documentation
commands/types.dart
commandIsNum function
commandIsNum function
dark_mode
light_mode
commandIsNum
function
bool
commandIsNum
(
List
args
)
Function of
type_is_num
command
Implementation
bool commandIsNum(List args) => expEval(args[0]) is num;
liin_lang package
documentation
commands/types
commandIsNum function
types library