Register | Login
Forum Index > Requests and Feedback > while with many condisions
Author Message
Pages: 1
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[1127] while with many condisions - posted: 2012-05-17 19:16:16

Hi Mr Colin.

thank you for the new release of zIron.

why Ziron did not allow this
Code:
 while(!eax  or edi == '\')
  {
  }

 while(eax == flase or edi == '\')
  { 
  }


http://www.freewebs.com/ogremagic/index.htm
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1134] - posted: 2012-05-17 22:27:11
I remember having some internal problems with this previously, i have fixed this problem (hopefully), i've re-upped beta, let me know if everything is fine.

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[1141] - posted: 2012-05-17 23:29:05

ok works well now,

but why this did not accept by ziron
Code:
while(!eax and edi == 3)


http://www.freewebs.com/ogremagic/index.htm
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1143] - posted: 2012-05-18 12:43:05
try

Code:
while ((!eax) and (edi == 3)) {

}


usually you would use () to seperate logical and/or's etc

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Pages: 1
create new reply


Quick reply:

Message:



Currently Active Users:
There are currently 1 user(s) online. 0 member(s) and 1 guest(s)
Most users ever online was 1046, January 28, 2022, 2:08 pm.


Statistics:
Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51
Welcome to our newest member, yecate
const Copyright = '2011-2024 © OverHertz Ltd. All rights reserved.';
Web development by OverHertz Ltd