Handbook
Glossary
pendulum-main ( -- )
Vocabulary
rosetta-code
.
animate-pendulum
Inputs
None
Outputs
None
Definition
USING:
accessors
kernel
ui
ui.gadgets.worlds
;
IN:
rosetta-code.animate-pendulum
:
pendulum-main
( -- )
[
f
T{
world-attributes
{
title
"pendulum"
}
}
clone
<pendulum-gadget>
>>gadgets
open-window
]
with-ui
;