|
Set "fruit" as "apple". fruit = [apple (ringo) juice]. Set "qty" as 2 and "Qty" as 3. qty = [2] but Qty = [3]. If "price" is $1.5, 2 apple (ringo) juices will cost $3.
Array of owner=>pet:
Also,
With no "default", Robert got [].
Array of animals (copied from owner=>pet): John has a Dog.
After "inverse" ... List String is [I know the Dog loves John, the Cat loves Mary, the Guinea Pig loves Sam and the loves Robert.] (I know the Dog loves John, the Cat loves Mary, the Guinea Pig loves Sam and the loves Robert.) After shuffling, Guinea Pig=>'Sam',=>'Robert',Cat=>'Mary',Dog=>'John' After popping out a John, the list is now Guinea Pig=>'Sam',=>'Robert',Cat=>'Mary'. After shifting out a Sam, the list is now =>'Robert',Cat=>'Mary'.
counter&Counter=[1867] (len=[4])
MyClass%abc:x is [2] The time now is 03:24:51 am 05/09/2010
String is [This is a GREAT apple!] |