From 8acdb85a917d36a2b8468349d1fe82688d73fed9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 8 May 2010 02:01:23 -0400 Subject: Added a simple print() value expression function This is really for debugging more than anything else. --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 50071940..6b10dbcc 100644 --- a/src/report.h +++ b/src/report.h @@ -144,6 +144,7 @@ public: value_t fn_is_seq(call_scope_t& scope); value_t fn_strip(call_scope_t& scope); value_t fn_trim(call_scope_t& scope); + value_t fn_print(call_scope_t& scope); value_t scrub(value_t val); value_t fn_scrub(call_scope_t& scope); value_t fn_quantity(call_scope_t& scope); -- cgit v1.2.3