Finite state machine: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
m →‎On browser using blocking window methods: Inserted missing jq header.
PureFox (talk | contribs)
m →‎{{header|Wren}}: Minor tidy
Line 2,634: Line 2,634:
{{trans|Kotlin}}
{{trans|Kotlin}}
{{libheader|Wren-str}}
{{libheader|Wren-str}}
<syntaxhighlight lang="ecmascript">import "/str" for Str
<syntaxhighlight lang="wren">import "./str" for Str
import "io" for Stdin, Stdout
import "io" for Stdin, Stdout