Le lundi 04 janvier 2010 à 18:34 -0500, G 3 a écrit :
Hi, I am currently trying to implement local variable support for OpenBIOS. I was just wonder if someone understood this code:
{ ; dpth }
I understand that the two brackets mean this is a local variable, and dpth is the name of the variable, but what does ; mean in this context?
I think name before ";" are function parameters (from the stack), name after ";" are local variables.
Regards, Laurent