DM Reference

DM Ref

❯

operators

❯

<= operator

<= operator

1 min read

Format

A <= B

Returns

1 if A is less than or equal to B; 0 otherwise.

If A and B are text strings, a case sensitive comparison is performed (like sorttextEx()).

See also

  • < operator
  • ⇐> operator
  • == operator
  • operators
  • sorttextEx proc

Graph View

  • Format
  • Returns
  • See also

Backlinks

  • == operator
  • <=> operator

Created with Quartz v4.5.0 © 2025

  • GitHub