Timeline for Is it double speak?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Aug 6, 2019 at 16:42 | comment | added | Kevin Cruijssen |
@Neil Ah of course, thanks! That indeed looks better. I always think it's strange outputting false as truthy and true as falsey (but if it saves a byte and it's allowed, I will still use it). ;) But since this is an equal bytes solution outputting the expected results, this is better.
|
|
| Aug 6, 2019 at 16:41 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
inverted the outputs (1=truthy, 0=falsey now), thanks to @Neil
|
| Aug 6, 2019 at 16:38 | comment | added | Neil |
You can provide a more traditional output by using ^$ as your final stage.
|
|
| Aug 6, 2019 at 16:06 | history | answered | Kevin Cruijssen | CC BY-SA 4.0 |