|
@@ -79,7 +79,6 @@ Boolean function string_startswith(a: String, b: String)
|
|
|
Element function deserialize(a: String)
|
|
|
String function log(a: String)
|
|
|
Element function read_root()
|
|
|
-Element function exec(a : Element)
|
|
|
Element function input()
|
|
|
Element function output(a : Element)
|
|
|
Boolean function is_physical_int(a : Element)
|
|
@@ -89,3 +88,6 @@ Boolean function is_physical_action(a : Element)
|
|
|
Boolean function is_physical_boolean(a : Element)
|
|
|
Boolean function has_value(a : Element)
|
|
|
Element function dict_reverse(a : Element, b : Element)
|
|
|
+
|
|
|
+Element function exec(a : Element)
|
|
|
+Element function eval(a : Element, b : Element)
|