Animate a pendulum: Difference between revisions

Line 2,022:
=={{header|JavaScript}} + <SVG>==
With some control elements to ease the usage.
<lang javascript><html>
<html>
<head>
<title>Swinging Pendulum Simulation</title>
Line 2,085 ⟶ 2,084:
</script>
</body>
</html></lang>
</lang>
 
=={{header|Kotlin}}==
9

edits