Hidden fields
Books Books
" Equal == eq Not equal != ne Less than < lt Greater than > gt Less than or equal to <= le Greater than or equal to >= ge Here are some example expressions using these comparison operators: 35 != 30 + 5 # false 35 == 35.0 # true '35' eq '35.0' # false (comparing... "
Learning Perl - Page 31
by Randal L. Schwartz, Tom Phoenix, brian d foy - 2008 - 352 pages
Limited preview - About this book

Parametric Programming for Computer Numerical Control Machine Tools and ...

Mike Lynch - Technology & Engineering - 1997 - 458 pages
...ACOS [.23] #100 = LN [2.3] #100 = EXP [3] #100 = ADP[#3] Logical operators: Equal To: EQ Not Equal To: NE Less Than: LT Greater Than: GT Less Than Or Equal To: LE Greater Than Or Equal To: GE Examples IF [#3 NE 0] GOTO 5 #101=1 M09 GOTO 6 N5M08 N6... N1 IF [#101 GT 10] GOTO 1 #101 =#101 + 1...
Limited preview - About this book

Learning Perl on Win32 Systems

Randal L. Schwartz, Erik Olson, Tom Christiansen - Computers - 1997 - 318 pages
...string. This new string is then Comparison Numeric String Equal == eq Not equal i = ne Less than < It Greater than > gt Less than or equal to <= le Greater than or equal to >= ge Scalar Operators 45 copied four times, yielding the four-character string 5555. If we had reversed...
Limited preview - About this book

Fundamentals of Engineering Programming with C and Fortran

Harley R. Myler - Computers - 1998 - 234 pages
...function. An example is as follows: CART-TO-POLAR (2.3,4.5,mag,angie) relational operators equal to .EQ. not equal . NE. less than .LT. greater than .GT....than or equal to .LE. greater than or equal to .GE. RETURN Return from function or subroutine. RETURN <size> Integer variable or integer constant. <statement...
Limited preview - About this book

Learning Perl

Tom Phoenix, Randal L. Schwartz - Computers - 2001 - 336 pages
...operators: 35 != 30 + 5 # false 35 == 35.0 # true Comparison Numeric String Equal == eq Not equal i = ne Less than < lt Greater than > gt Less than or equal to <= le Greater than or equal to >= ge ' f red ' lt ' barney ' # false ' f red ' lt ' free ' # true 'fred1 eq "fred" # true 'fred1 eq 'Fred'...
Limited preview - About this book

Learning Perl

Randal L. Schwartz, Tom Phoenix, Brian D. Foy - Computers - 2005 - 318 pages
...comparison operators Comparison Numeric wf *W". f- WIEKW^H Equal = = eq Not equal ! = ne Less than < It Greater than > gt Less than or equal to <= le Greater...operators: 35 != 30 + 5 # false 35 == 35.0 # true '35' eq '35.0' # false (comparing as strings) 'fred' It 'barney' # false 'fred' It 'free' # true 'fred'...
Limited preview - About this book

SUSE Linux 10 Unleashed

Michael McCallister - Computers - 2006 - 674 pages
...These are listed in Table 30.2. Meaning Numeric Operator String Operator Equal to == eq Less than < It Greater than > gt Less than or equal to <= le Greater than or equal to >= ge Not equal to != ne Returns -1 if less than, 0 if <=> cmp 538 CHAPTER 30 Using Perl and Python TABLE...
Limited preview - About this book

NOAA Technical Memorandum ERL MESA.

Marine ecology - 844 pages
...supplied by the programmer or another data field. The comparison can be stated as one of six conditions: Equal (EQ), Not Equal (NE), Less Than (LT), Greater Than (GT), Less Than or Equal (LE), Greater Than or Equal (GE). The record selection can be based on more than one type of comparison....
Full view - About this book




  1. My library
  2. Help
  3. Advanced Book Search