2.4.3.28. ex_LocalList()

[<<<] [>>>]

This function work up a local_list pseudo terminal. This does not generate any node.

int ex_LocalList(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)


[<<<] [>>>]