1.

What Are The Different Types Of Eval Statements?

Answer»

There are two different types of eval STATEMENTS they are eval EXPR and eval BLOCK.
Eval EXPR EXECUTES an expression and eval BLOCK executes BLOCK. Eval Block executes an entire block, BLOCK. First one is used when you want your CODE PASSED in the expression and the second one is used to PARSE the code in the block.

There are two different types of eval statements they are eval EXPR and eval BLOCK.
Eval EXPR executes an expression and eval BLOCK executes BLOCK. Eval Block executes an entire block, BLOCK. First one is used when you want your code passed in the expression and the second one is used to parse the code in the block.



Discussion

No Comment Found