Initial commit after migrating repo and assuring the product launches

This commit is contained in:
2019-06-23 14:56:45 +02:00
commit 507f2aedbc
889 changed files with 60893 additions and 0 deletions

9
help/runp.html Normal file
View File

@ -0,0 +1,9 @@
<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">