Topic complex |
Selecting |
Function |
KLEINER |
Short |
logical operator < (out of date) |
Syntax |
Exp_1 KLEINER Exp_2 |
Parameter |
Exp_1, Exp_2 : any expressions of the same type (STRING or REAL) |
Return |
TRUE, if Exp_1 < Exp_2
FALSE, if Exp_1 >= Exp_2 |
See also: |
|
Description |
|
Write a comment:
|