[REBOL] help
From: rotenca:telvia:it at: 30-Jun-2001 23:16
Someone can explain me what does mean [ ... ]? It appears with these commands:>>a: [ ] >>insert a reduce [ a ]== [ [ ... ] ] It seems a block which refers itself. Right? If you make:>> print a** Internal Error: Stack overflow ** Where: do-boot ** Near: print a Infinite loop. Evaluate block forever. After this, a new print give a crash under window. There is no more stack. All right? Romano Paolo Tenca