REBOL3 tracker
  0.9.12 beta
Ticket #0001476 User: anonymous

Project:



rss
TypeBug Statustested Date8-Feb-2010 01:47
Versionalpha 97 CategoryDatatype Submitted byBrianH
PlatformAll Severityminor Prioritynormal

Summary PICK pair! 'x returns the y value
Description In ticket #1377 it was requested that the words 'x and 'y be allowed as selectors for PICK of the pair! type, returning p/x and p/y, respectively. However, PICK of the 'x selector is currently returning the y value instead of the x value.
Example code
>> pick 3x4 'x
== 4  ; should be 3
>> pick 3x4 'y
== 4

Assigned ton/a Fixed inalpha 98 Last Update6-May-2010 09:19


Comments

Date User Field Action Change
6-May-2010 09:19 BrianH Status Modified built => tested
1-May-2010 04:40 carl Code Modified -
1-May-2010 04:40 carl Fixedin Modified => alpha 98
1-May-2010 04:40 carl Status Modified submitted => built
8-Feb-2010 01:47 BrianH Ticket Added -