more expressions and if test

This commit is contained in:
Torsten Ruger
2015-09-19 17:57:44 +03:00
parent 9bacb07f1c
commit 3a885a8e46
5 changed files with 17 additions and 12 deletions

View File

@ -26,7 +26,7 @@ HERE
def test_if_function
@string_input = <<HERE
def itest(n)
int itest(int n)
if( n < 12)
"then".putstring()
else