SQInteger sq_cmp(HSQUIRRELVM v);
SQInteger sq_cmp(
)
compares 2 object from the stack and compares them.
the target VM
> 0 if obj1>obj2== 0 if obj1==obj2< 0 if obj1<obj2
Submit feedback about this site to: