From 4afdee1c091d7c9bb3812353271b6c531c6e5a6c Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 4 Jul 2009 10:58:07 +0000 Subject: [PATCH] Add odd and even functions --- chaiscript/chaiscript_prelude.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chaiscript/chaiscript_prelude.hpp b/chaiscript/chaiscript_prelude.hpp index c9ab7e2b..29ccb425 100644 --- a/chaiscript/chaiscript_prelude.hpp +++ b/chaiscript/chaiscript_prelude.hpp @@ -22,6 +22,8 @@ def print(x) { \n\ }; \n\ def max(a, b) { if (a>b) { a } else { b } } \n\ def min(a, b) { if (a