Link to home
Start Free TrialLog in
Avatar of wademi
wademi

asked on

C shell

Is there anything wrong with the following c shell if statement?
Its at the end of a a loop



@ count = 0

if(@ count == 3)then
     break
endif
ASKER CERTIFIED SOLUTION
Avatar of farzanj
farzanj
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
what are you trying to do? what result / error you get?