initial 1.3.0

This commit is contained in:
2019-05-01 17:46:38 -04:00
commit ad86bc2a30
418 changed files with 34837 additions and 0 deletions

16
help/graphics.html Normal file
View File

@@ -0,0 +1,16 @@
<HTML>
<HEAD>
<TITLE>graphics</TITLE></HEAD>
<BODY>
<h1>graphics</h1>
<B>Category</B><p>
<a href="display_commands.html">Display commands</a><p>
<B>Syntax</B><p>
<p>
graphics();<p>
<B>Description</B><p>
<p>
Switches the interpreter back to graphics mode if it was previously switched to text mode (using the <a href="text_screen.html">text.screen</a> command).<p>
<B>See also</B><p>
<a href="text_screen.html">text.screen</a><p>
</BODY></HTML>