View Single Post
  #27  
Old March 27th, 2004, 04:35 PM

alexti alexti is offline
First Lieutenant
 
Join Date: Dec 2003
Location: Calgary, Canada
Posts: 762
Thanks: 0
Thanked 0 Times in 0 Posts
alexti is on a distinguished road
Default Re: Best (CD Bootable?) Linux Distro for Dominions?

Quote:
Originally posted by Cainehill:

code:
  if ((int left = n + d6()) && (int right = m + d6()) && (left < right))

Can you declare in the "if" expression?
Reply With Quote