Sha256: 2d588d6a56ae3bbfc86291f47e04803d41aeb0039ed559eaeb552ba131bfa94b

Contents?: true

Size: 419 Bytes

Versions: 3

Compression:

Stored size: 419 Bytes

Contents

.TH Lt
.PP
Less than
.SH Signature
.PP
.RS
.nf
lt(left: Alpha|AttrName, right: Alpha|AttrName) \-> Predicate
.fi
.RE
.SH Examples
.PP
.RS
.nf
lt(:status, 20)
.fi
.RE
.PP
.RS
.nf
lt(:status, 30)
.fi
.RE
.SH Description
.PP
This predicates checks whether a value (\fB\fCleft\fR) is less than 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.3 doc/man/lt.man
alf-shell-0.16.2 doc/man/lt.man
alf-shell-0.16.1 doc/man/lt.man