X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Fsnafu_03.call;h=6fa61c04609f233e7ee1d54ae32077e11ba16931;hp=b39ff85d7b5a3e9b00a0ec099f28f6519ddfa54b;hb=34a5f2246b3e9b5dc7292f004edefb77f5951bf4;hpb=0afe4a308af4ad5ebf5d60be415e3284e8f23fe0 diff --git a/codea/snafu_03.call b/codea/snafu_03.call index b39ff85..6fa61c0 100644 --- a/codea/snafu_03.call +++ b/codea/snafu_03.call @@ -1,3 +1,4 @@ long Long(long this, long, long, long, long, long); -RET( Long(0xDEAD, 23, 66, 1024, 9999999, 65535) == 9935366 ); +RET( (Long(0xDEAD, 23, 66, 1024, 9999999, 65535) == 9935366) && (Loong(0xDEAD, 11, 22, 33, 44, 55) == 10) + && (Looong(0xDEAD, 34, 92934, 2991, 12389, 72281) == 11309) );