pbi-ide/help/runp.html

10 lines
756 B
HTML
Raw Normal View History

<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&reg; you have to:</p>
<ul>
<li>create a new file (<code>File-&gt;New</code> or <code>CTRL-N</code>) or open a file via FileBrowser&nbsp;((<code>File-&gt;Open..</code> or <code>CTRL-O</code>) + double-click file)</li>
<li>run it via&nbsp;standard run (<code>Options-&gt;run</code> or <code>CTRL+R</code>) or <a href="aef.html">monitored run</a> (<code>Options-&gt;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">