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