Module
Module({list_of_local_variables}, expr )evaluates
exprfor thelist_of_local_variablesby renaming local variables.
Examples
Print 11 to the console and return 10:
>> xm=10;Module({xm=xm}, xm=xm+1;Print(xm));xm10Related terms
Implementation status
- ✅ - full supported