Skip to content

Commit

Permalink
Fix 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 fc80690 commit 26971ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions runtime/datatypes/unset.reds
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,12 @@ 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
][
form value buffer arg part
]
]

compare: func [
Expand Down

0 comments on commit 26971ff

Please sign in to comment.