Page 1 sur 1

getType() cmd

Publié : mar. févr. 26, 2019 2:15 am
par compsystems
Hello

The getType command is important, because it groups objects with similar characteristics, and in the case of a matrix array, it detects that it is a matrix and no list =), which Type cmd or subtype cmd does not, but I think that getType(3/4) must return "NUM" and no "OTHER"

getType( 5.0 ), getType( 5 ), getType( 3/4 ) [enter] "NUM", "NUM", "NUM" =)

Re: getType() cmd

Publié : mar. févr. 26, 2019 8:43 am
par parisse
I'll do that for the next release.