Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@testing@script_Script.hrl
Raw

include/plushie@testing@script_Script.hrl

-record(script, {
header :: plushie@testing@script:header(),
instructions :: list(plushie@testing@script:instruction())
}).