REBOL3 tracker
  0.9.12 beta
Ticket #0001365 User: anonymous

Project:



rss
TypeWish Statustested Date1-Dec-2009 04:58
Versionalpha 95 CategoryDatatype Submitted byCarl
PlatformAll Severityminor Prioritynormal

Summary Truncating tuple! values using NONE
Description In R2, given a tuple:

t: 1.2.3.4.5

you could easily truncate with code like:

t/4: none
print t
1.2.3

This is useful.
Example code

			

Assigned ton/a Fixed inalpha 97 Last Update8-Feb-2010 01:36


Comments

Date User Field Action Change
8-Feb-2010 01:36 BrianH Status Modified built => tested
6-Feb-2010 22:53 Carl Fixedin Modified => alpha 97
6-Feb-2010 22:53 Carl Status Modified reviewed => built
2-Dec-2009 08:45 BrianH Description Modified -
2-Dec-2009 08:45 BrianH Category Modified Unspecified => Datatype
2-Dec-2009 08:45 BrianH Status Modified submitted => reviewed
1-Dec-2009 04:58 carl Ticket Added -