From 5e16df071dfd41659b296dfde067749ef216a47c Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 17 Aug 2013 11:24:42 +0800 Subject: more doc --- builtin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'builtin.h') diff --git a/builtin.h b/builtin.h index e6beb4a..67b07a7 100644 --- a/builtin.h +++ b/builtin.h @@ -17,10 +17,10 @@ class SpecialOptIf: public SpecialOptObj {/*{{{*/ public: /** Construct a `if` operator */ SpecialOptIf(); - /** Prevent and from being evaluated */ + /** Prevent \ and \ from being evaluated */ void prepare(Pair *pc); /** When it's invoked at the first time, it will determined which of - * and should be evaluated. Then when it's + * \ and \ should be evaluated. Then when it's * invoked again, it will tell the system the corresponding result.*/ Pair *call(Pair *args, Environment * &envt, Continuation * &cont, EvalObj ** &top_ptr, Pair *pc); @@ -138,7 +138,7 @@ class SpecialOptApply: public SpecialOptObj {/*{{{*/ SpecialOptApply(); /** Nothing special */ void prepare(Pair *pc); - /** Provoke the with args */ + /** Provoke the \ with args */ Pair *call(Pair *args, Environment * &envt, Continuation * &cont, EvalObj ** &top_ptr, Pair *pc); -- cgit v1.2.3