February 2010
Intermediate to advanced
552 pages
11h 51m
English
>, >= (greater than/greater than or equal to) operator, 65
<, <= (less than/less than or equal to) operator, 65 [] (array access) operator, 112, 114
|| (Boolean OR) operator, 65
== (equality) operator, 112
<=> (general comparison) operator, 65
< <= => > (order comparison) operator, 112
() (parentheses), 45
<< (shift-left) operator, 112
>> (shift-right) operator, 112
-@ (unary minus) operator, 112
+@ (unary plus) operator, 112
| (vertical bars), 96
! (no pattern match) operator, 65
!= (not equal to) operator, 65
$LOAD_PATH variable, 210
&& (Boolean AND) operator, 65
; (semicolon), 44
=== (case equality) operator, 65, 112, 113
== (equal to) operator, 65
@ (at sign), 453
[] = (array access setter) operator, 112, 114
abbrev library, ...