REBOL3 tracker
  0.9.12 beta
Ticket #0000081 User: anonymous

Project:



rss
TypeBug Statustested Date6-Jun-2007 12:51
Version1.0.0 Categoryn/a Submitted byrebolek
PlatformAll Severitymajor Prioritynone

Summary Forall does not work
Description >> blk: [1 2 3 4 5]
== [1 2 3 4 5]
>> forall blk [probe blk/1]
** Script error: forskip does not allow get-word! for its 'word argument
** Where: forall
** Near: forall blk [probe blk/1]
Example code

			

Assigned ton/a Fixed in- Last Update22-Feb-2013 15:07


Comments
(0000050)
admin
22-May-2008 03:38

Tested 22-5-08 / 2.100.12.3.1 - passed, Rebolek
Caused by change of behaviour between R2 and R3:

f1: func ['a][print get a]
f2: func ['a][f1 :a]
blk: [1 2 3 4]
f2 blk

R2== 1 2 3 4

R3== blk
(0003484)
Ladislav
22-Feb-2013 15:07

In the core-tests suite.

Date User Field Action Change
22-Feb-2013 15:07 Ladislav Comment : 0003484 Added -
2-Dec-2008 18:50 Admin Ticket Added -