Added base files, with the basic ability to add/remove variables from the Runtime.
This commit is contained in:
parent
aef02c4bff
commit
7e5207c45a
19 changed files with 906 additions and 0 deletions
6
instructions/get_var.json
Normal file
6
instructions/get_var.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type": "get",
|
||||
"_": {
|
||||
"variable": "foo"
|
||||
}
|
||||
}
|
7
instructions/set_var.json
Normal file
7
instructions/set_var.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "set",
|
||||
"_": {
|
||||
"variable": "foo",
|
||||
"value": "bar"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue