2.4.3.27. ex_Local()

[<<<] [>>>]

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

int ex_Local(peXobject pEx
  ){
The return value is 0 if no error happens.

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

2 means that there is no local environment (aka. the local var is not inside a function)


[<<<] [>>>]