Post Reply 
[CAS] Detection of errors in the program editor
10-19-2016, 01:52 AM
Post: #2
RE: [CAS] Detection of errors in the program editor
ok

now (a = 5) and true -> false, why?

PHP Code:
#cas
  
test( ):=
begin
  
print;
  if( (
5) and truethen
    
print("yes");
  else
    print(
"no");
  
end;
  return 
"Done";
end;
#end 

test( ); returns "NO"
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [CAS] Detection of errors in the program editor - compsystems - 10-19-2016 01:52 AM



User(s) browsing this thread: 1 Guest(s)