Make reflection API part of stdlib
removes the reflection module completely. Reflection and the ability to catch eval errors is too useful.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
load_module("reflection")
|
||||
|
||||
try {
|
||||
eval("def `+`(x, y) \n { \n print(i); \n } \n \n var i = 10; \n \"1\" + 1;\n")
|
||||
|
Reference in New Issue
Block a user