REBOL3 tracker
  0.9.12 beta
Ticket #0000572 User: anonymous

Project:



rss
TypeWish Statusreviewed Date27-Jan-2009 09:18
Versionalpha 32 CategoryDatatype Submitted byBrianH
PlatformAll Severitytweak Prioritylow

Summary REFLECT module! 'title could return the module header title
Description The REFLECT actor for module! could respond to the 'title request (and thus TITLE-OF) by returning the module header title, or perhaps a copy of it.
Example code
; Desired behavior
>> test: module [Title: "Test"] []
>> title-of test
== "Test"

Assigned ton/a Fixed in- Last Update1-Nov-2010 20:41


Comments

Date User Field Action Change
1-Nov-2010 20:41 BrianH Category Modified => Datatype
27-Jan-2009 09:19 BrianH Code Modified -
27-Jan-2009 09:19 BrianH Status Modified submitted => reviewed
27-Jan-2009 09:18 BrianH Ticket Added -