Sha256: 6fcfc3e33dd591ac7aef4d6fae334b793adc693923f40ba25c79e80e1eee0f75

Contents?: true

Size: 446 Bytes

Versions: 3

Compression:

Stored size: 446 Bytes

Contents

.TH Lte
.PP
Less than or equal to
.SH Signature
.PP
.RS
.nf
lte(left: Alpha|AttrName, right: Alpha|AttrName) -> Predicate
.fi
.RE
.SH Examples
.PP
.RS
.nf
lte(:status, 20)
.fi
.RE
.PP
.RS
.nf
lte(:status, 30)
.fi
.RE
.SH Description
.PP
This predicates checks whether a value (\fB\fCleft\fR) is less than or equal to
another one (\fB\fCright\fR).
.SH Implementation notes
.PP
This predicate is equivalent to \fB\fC->(t){ _left_ <= _right_ }\fR\&.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alf-shell-0.16.4 doc/man/lte.man
alf-shell-0.16.0 doc/man/lte.man
alf-shell-0.15.0 doc/man/lte.man