Inverted syntax: Difference between revisions

Content deleted Content added
Whitim (talk | contribs)
PureFox (talk | contribs)
m →‎{{header|Wren}}: Changed to Wren S/H
Line 1,477:
 
Again, simulating inverted syntax with assignment is not possible.
<syntaxhighlight lang="ecmascriptwren">class IBool {
construct new(b) {
if (!(b is Bool)) Fiber.abort("B must be a boolean")