You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
413 B
HTML

<html>
<head>
<title>Basics</title>
</head>
<body>
<h1>Getting Started</h1>
<p>Open a new shell by clicking the button.
<br>Try typing commands, like "2*2" or "sin[.5]".
<br>You can make variables too, try "x=.5" then "sin[x]".
<br><br><i>Fun fact: You can use the Enter key OR the run button to run the command!</i></p>
</body>
</html>