summaryrefslogtreecommitdiff
path: root/src/callable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/callable.cpp')
-rw-r--r--src/callable.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/callable.cpp b/src/callable.cpp
index 929f39c..7cba919 100644
--- a/src/callable.cpp
+++ b/src/callable.cpp
@@ -160,6 +160,13 @@ int Callable::invoke(INTERNAL_FUNCTION_PARAMETERS)
ret["2"] = 3;
+// ret["hmm"]["s"] = 456;
+
+ Value sub;
+ sub["something"] = "yes";
+
+ ret["b"] = sub;
+
std::cout << "done setting properties" << std::endl;