close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 13 years ago

Last modified 13 years ago

#1394 closed defect

ObjectExist and global variables — at Initial Version

Reported by: Pedro Gea Owned by: Víctor de Buen Remiro
Priority: highest Milestone: Mantainance
Component: Kernel Version: head
Severity: blocker Keywords:
Cc:

Description

Se encuentra una incoherencia al usar la función ObjectExist junto con el operador :: y la gramática Anything;

Real ObjectExist("Anything", "Tolerance");   // => 1
Real ObjectExist("Real", "Tolerance");       // => 1
Real ObjectExist("Anything", "::Tolerance"); // => 0
Real ObjectExist("Real", "::Tolerance");     // => 1

Change History (0)

Note: See TracTickets for help on using tickets.