REBOL3 tracker
  0.9.12 beta
Ticket #0001532 User: anonymous

Project:



rss
TypeBug Statustested Date21-Mar-2010 22:47
Versionalpha 97 CategoryDocumentation Submitted bymeijeru
PlatformAll Severityminor Prioritynormal

Summary Missing natives from system/catalog/natives: PRIN
Description The following natives are missing: see code. Of these, all but PRIN are recognizable as synonyms for other natives. So why is PRIN missing?
Example code
>> b: [] foreach w system/contexts/system [if all [value? :w native? get :w][append b w]]
>> exclude b system/catalog/natives
==[prin q ! min max pwd]

Assigned ton/a Fixed inalpha 108 Last Update20-Oct-2010 03:16


Comments
(0002523)
Carl
22-Sep-2010 01:48

It's a special boot native, and has now been added to the list.

Date User Field Action Change
20-Oct-2010 03:16 BrianH Status Modified built => tested
22-Sep-2010 01:48 carl Comment : 0002523 Added -
22-Sep-2010 01:46 carl Fixedin Modified => alpha 108
22-Sep-2010 01:46 carl Status Modified reviewed => built
22-Mar-2010 23:10 BrianH Category Modified Native => Documentation
22-Mar-2010 23:10 BrianH Status Modified submitted => reviewed
21-Mar-2010 22:48 meijeru Description Modified -
21-Mar-2010 22:48 meijeru Code Modified -
21-Mar-2010 22:47 meijeru Ticket Added -