2.4.3.29. ex_Global()

[<<<] [>>>]

This function work up a global pseudo terminal. This does not create any node.

int ex_Global(peXobject pEx
  ){
The return value is 0 if no error happens or the error is semantic and was reported (global variable redefinition).

1 means syntax error (the coming token is not a symbol)


[<<<] [>>>]