From c1d113a23ac42b7a644ce50a20b0a8ac58da5d6c Mon Sep 17 00:00:00 2001 From: Florian Sattler Date: Sat, 1 Jun 2013 23:51:21 +0200 Subject: [PATCH] added example4 testing if statement --- doc/example4.x | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/example4.x diff --git a/doc/example4.x b/doc/example4.x new file mode 100644 index 0000000..f5d80ed --- /dev/null +++ b/doc/example4.x @@ -0,0 +1,5 @@ +int foobar dana fox mulder return 9001; scully +int barfoo dana fox mulder return 8999; scully +int foo dana int x fox mulder if dana 2 < x fox foobar dana fox; if dana x < 2 fox barfoo dana fox; return 0; scully +foo dana 3 fox; +foo dana 1 fox;