[REBOL] bug?
From: hallvard:ystad:helpinhand at: 20-Sep-2001 13:26
How is this possible:>> source dummydummy: func [][ return-value: "1" append return-value "1" return-value ]>> print dummy11>> print dummy111>> print dummy1111>> print dummy11111>> print dummy111111>>Why doesn't dummy yield "11" all the time? ~H