"Nicolas Cannasse" wrote:
>>> acmp compares the addresses of a and b. It returns 0 if
they’re
>>> the same, -1 if b>a, and 1 if a>b
>>
>> of course it is "<" that evaluates to "-1"; and:
>
>Is there something wrong here ?   b > a  ~=  a < b

Sorry, my eyes crossed in the wrong direction (and yours,
too). :)

Other questions...

* What does it  mean (quoting the doc): "the  context value
'this', like
  'true' or 'false', cannot be  modified directly" if later
it says "You
  can modify the  value of 'this' at runtime by  simply
assigning it to
  another value"?

* In the specs the array example:

      $print(a["2"]); // null

  is wrong, because it raises an exception.

* Sorry  if I  am rude,  but why  in heck
"buffer_append_sub()"  has an
  "intptr_t" as last argument rather than an "int"? :)

--
Marco Maggi



--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to