On Sun, 21 Nov 1999 [EMAIL PROTECTED] wrote: > i know i am shit in programming !!! > and this is a very dumb problem.. but i cant see the mistake!!!! sorry!!! > whats wrong??? > if [ a = 0 ] [ > print [ "this is true "] This is common with people that arent familiar with programming languages. In the beiginning you assign the value of a to be 100 But at the if statement you are reassigning the value of a to be 0 so it evaluates true automaticly. replace if[a = 0] with if[a== 0] FLA
- [REBOL] dumb problem!! subhra
- [REBOL] Re: dumb problem!! dm98411
- [REBOL] dumb problem!! Re: larry
- [REBOL] dumb problem!! Re: assembly
- [REBOL] dumb problem!! Re:(2) icimjs
- [REBOL] SELMA Anomaly? icimjs
- assembly
