Everything below was produced by WFL on the server as this page loaded — the example
programs were executed live, and the tools compute on your input with the standard library. No
JavaScript runs the WFL; WFL does.
Rendered live by WFL · request #169 · 18:22:53
Example programs, executed on each request
Real .wfl files in playground/examples/. The server reads
each one, highlights it, and runs it — the output is whatever the program just displayed.
FizzBuzz
Nested conditionals and the modulo operator.
fizzbuzz.wfl
1// FizzBuzz, in plain English — no symbols, just words.