Add shared script instances support, fix and refactor evaluation accordingly
also fix arguments order in the evaluator
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
println("Hi from common")
|
||||
|
||||
var sharedVar = 2
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
println("Hi from middle")
|
||||
|
||||
sharedVar *= 2
|
||||
Reference in New Issue
Block a user