Jump to content

Test a function: Difference between revisions

m
(→‎Insitux: inclusion)
m (→‎{{header|Wren}}: Minor tidy)
Line 2,490:
=={{header|Wren}}==
{{libheader|Wren-test}}
<syntaxhighlight lang="ecmascriptwren">import "./module" for Expect, Suite, ConsoleReporter
 
var isPal = Fn.new { |word| word == ((word.count > 0) ? word[-1..0] : "") }
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.