b9ce9f8576
Fix not being able to invoke introduce variable for top level script expression Prohibit introduce parameter and introduce property for scripts on top level Basic test for introduce function (produces red code atm)
8 lines
150 B
Plaintext
Vendored
8 lines
150 B
Plaintext
Vendored
//TODO: the result is not correct, should place function declaration before it is used
|
|
1 + 2
|
|
__dummyTestFun__()
|
|
|
|
fun __dummyTestFun__() {
|
|
2 + 3
|
|
}
|