[REBOL] while statement problem Re:(3)
From: petr:krenzelok:trz:cz at: 3-Oct-2000 17:39
[capolunghi--att--com] wrote:
> Petr:
>
> Thanks. Your solution led me to conclude that you can't do this:
>
> prime : true
^^^
prime: true ; note the colon ... a typo on your side?
while [prime and (1 = 1)][prin "."]
..............................................................................................................................
..............................................................................................................................
...................................... etc.
works, or not?
Cheers,
-pekr-