Interpretate

Execute a block of code from the text

Allows you to pass a list of lines of code to execute them

evalnode %strings%
evalnode "if 1 is 2:","  broadcast ""yes"""

Execute a block of code from the text

Allows you to execute independent lines of code (works faster, but not as functional)

eval[uate] %strings%
evaluate "broadcast ""yes"""