From 669d6e949553e3d8d6ef7f9e29e6827d190bdd9e Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 25 Jul 2009 13:48:44 +0000 Subject: [PATCH] Cleanup comment in example.cpp --- src/example.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/example.cpp b/src/example.cpp index b831608..de204e4 100644 --- a/src/example.cpp +++ b/src/example.cpp @@ -111,11 +111,7 @@ int main(int argc, char *argv[]) { std::cout << "scripti (updated): " << scripti << std::endl; chai("print(\"Scripti from chai: \" + to_string(scripti))"); - // Add examples of handling Boxed_Values directly when needed - - // Add usage model for mixed use: - // chai.eval("call(?, ?)", 5, "hello world"); or something - + //To do: Add examples of handling Boxed_Values directly when needed //Creating a functor on the stack and using it immediatly int x = chai.functor("fun (x, y) { return x + y; }")(5, 6);