Skip to content

Commit

Permalink
FIX: red#5559 mold/all for unset values.
Browse files Browse the repository at this point in the history
  • Loading branch information
greggirwin committed Nov 26, 2024
1 parent 4fc8b4a commit baeaebd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions runtime/datatypes/unset.reds
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,13 @@ unset: context [
][
#if debug? = yes [if verbose > 0 [print-line "unset/mold"]]

string/concatenate-literal buffer "unset"
part - 5
either all? [
string/concatenate-literal buffer "#(unset)"
part - 8
][
string/concatenate-literal buffer "unset"
part - 5
]
]

compare: func [
Expand Down

0 comments on commit baeaebd

Please sign in to comment.