10 lines
756 B
HTML
10 lines
756 B
HTML
<h1 style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204); border-image: none;">How to run a program</h1>
|
|
<p>To run a program which is written with this Editor/IDE or the Basic Stamp Editor® you have to:</p>
|
|
<ul>
|
|
<li>create a new file (<code>File->New</code> or <code>CTRL-N</code>) or open a file via FileBrowser ((<code>File->Open..</code> or <code>CTRL-O</code>) + double-click file)</li>
|
|
<li>run it via standard run (<code>Options->run</code> or <code>CTRL+R</code>) or <a href="aef.html">monitored run</a> (<code>Options->monitored run</code> or <code>CTRL+M</code>)</li>
|
|
</ul>
|
|
<p>You cannot run multiple programs at the same time.</p>
|
|
<img src="img/run.png" alt="image">
|
|
|