Memory layout of a data structure: Difference between revisions

m
(New post.)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 1,431:
 
As far as this task is concerned, below is a possible implementation for a 9-pin RS-232 plug which allows access by pin name or number and provides a comprehensive print out of the current pin state.
<syntaxhighlight lang="ecmascriptwren">import "./seq" for Lst
import "./fmt" for Fmt
 
var ON = true
9,482

edits