Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Loop with negative count

From: tim-johnsons:web at: 19-Dec-2006 17:21

Hello: on Core 2.6.2.4.2
>> help loop
makes no reference to negative values for the 'count argument. consider the following console session
>> test: []
== []
>> loop -4 [append test "hello"] >> test
== [] Can we reliably expect that a negative argument will be ignored? thanks tim -- Tim Johnson <tim-johnsons-web.com> http://www.alaska-internet-solutions.com