From 33b6c34a20545222088f645bbc3cc5610f7cc782 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 8 Feb 2012 09:29:50 -0700 Subject: Added function count(). --- tests/test.stage | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test.stage') diff --git a/tests/test.stage b/tests/test.stage index cc765a4..dc7ad7e 100644 --- a/tests/test.stage +++ b/tests/test.stage @@ -24,8 +24,10 @@ situation <> { if true then { - getVal(); + getVal(); } + + display( count( "global.stuff" ) ); } enter -- cgit v1.2.3