diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-02-08 09:29:50 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-02-08 09:29:50 -0700 |
commit | 33b6c34a20545222088f645bbc3cc5610f7cc782 (patch) | |
tree | cd530153cf2acd92a6fd969fa5186e975775373d /tests/test.stage | |
parent | 98c5559c40c17d6dbf402f88fc8274b31657a1df (diff) | |
download | stage-33b6c34a20545222088f645bbc3cc5610f7cc782.tar.gz stage-33b6c34a20545222088f645bbc3cc5610f7cc782.tar.bz2 stage-33b6c34a20545222088f645bbc3cc5610f7cc782.tar.xz stage-33b6c34a20545222088f645bbc3cc5610f7cc782.zip |
Added function count().
Diffstat (limited to 'tests/test.stage')
-rw-r--r-- | tests/test.stage | 4 |
1 files changed, 3 insertions, 1 deletions
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 <<start>> | |||
24 | { | 24 | { |
25 | if true then | 25 | if true then |
26 | { | 26 | { |
27 | getVal(); | 27 | getVal(); |
28 | } | 28 | } |
29 | |||
30 | display( count( "global.stuff" ) ); | ||
29 | } | 31 | } |
30 | 32 | ||
31 | enter | 33 | enter |