sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
val default_options : options
write fname m
writes a .dot
representation of FSM m
in file fname
. Rendering can be modified with the options
optional argument.
view m
views FSM m
by first writing its .dot
representation in file and then launching a DOT viewer application. The name of the output file and of the viewer application can be changed using the fname
and cmd
optional arguments. Returns the issued command exit status.