REBOL3 tracker
  0.9.12 beta
Ticket #0002246 User: anonymous

Project:

Previous Next
rss
TypeWish Statussubmitted Date14-Aug-2015 15:21
Versionr3 master CategoryUnspecified Submitted byfork
PlatformAll Severityminor Prioritynormal

Summary Make CASE [TRUE []] return UNSET!
Description This is inconsistent with the behavior of IF TRUE [], which returns UNSET!
Example code
>> type? if true []
== unset!

>> type? case [true []]
== logic! ;-- is true, but should be unset!

Assigned ton/a Fixed in- Last Update14-Aug-2015 15:21


Comments

Date User Field Action Change
14-Aug-2015 15:21 Fork Ticket Added -