FunctionsMisc$isPositiveOn this page$isPositive Checks if the specified number is positive. Parameters ParameterDescriptionnumberThe number to check Example <AoiClient>.addCommand({ name: "check-positive", code: ` $isPositive[number] `,});