Skip to content

Commit

Permalink
Fix for VOID! cases
Browse files Browse the repository at this point in the history
Plain ~ was retaken for WORD!, so now all VOID!s have labels.
  • Loading branch information
hostilefork committed Dec 19, 2020
1 parent c78b499 commit 8a7b241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions replpad.reb
Expand Up @@ -72,7 +72,7 @@ cls: clear-screen: js-awaiter [
// the top if the first thing inserted was a non-line <div> (e.g. a "Note")
// So we now defer adding that first line until it is needed.
return reb.Value("~"); // nameless void tells console to suppress result
return reb.Value("'~void~"); // tells console to suppress result
}


Expand Down Expand Up @@ -177,7 +177,7 @@ replpad-write: func [
"http" opt "s" ":" to ["]" | ")" | {"} | "'" | space | end]
]

let url: ~void~
let url: '~void~
parse param: copy param [
any [
change '< "&lt;"
Expand Down

0 comments on commit 8a7b241

Please sign in to comment.