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 16 years ago

Last modified 16 years ago

#760 closed defect

Problemas con SetToNameBlock — at Initial Version

Reported by: Liván Ramírez Dorta Owned by: Víctor de Buen Remiro
Priority: highest Milestone:
Component: Kernel Version: 2.0.1
Severity: blocker Keywords:
Cc:

Description

Al ejecutar lo siguiente:

NameBlock Fun(Set s){

NameBlock k = SetToNameBlock(s)

};

NameBlock KK = [[

NameBlock Eco = Fun({Text cod = "Eco"?});
NameBlock Cli = Fun({Text cod = "Cli"?});
NameBlock kk = Fun({Text cod = "kk"?})

]];

obtenemos el siguiente error:

ERROR: [1] Variable 'cod' ya definida como "k::cod "

Change History (0)

Note: See TracTickets for help on using tickets.