forked from smallbasic/smallbasic.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
164 lines (164 loc) · 8.18 KB
/
index.html
File metadata and controls
164 lines (164 loc) · 8.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SmallBASIC | one more basic</title>
<meta name="description" content="SmallBASIC | One more basic">
<link rel="canonical" href="/index.html">
<link rel="keywords" href="index">
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" type="image/png" href="/images/sb-desktop-32x32.png">
</head>
<body>
<div class="wrapAll clearfix">
<div class="sidebar">
<div class="logo">
<a href="/"><img src='/images/sb-desktop-128x128.png' alt="logo"></a>
</div>
<div class="navigation">
<h4>SmallBASIC</h4>
<ul>
<li><a href="/">Main page</a></li>
<li><a href="/pages/download.html">Download</a></li>
<li><a href="/pages/reference.html">Language reference</a></li>
<li><a href="/pages/samples.html">Code library</a></li>
</ul>
<hr class="menuSeparator"/>
<ul>
<li><a href="/pages/articles.html">Artices</a></li>
<li><a href="/pages/community.html">Community</a></li>
<li><a href="/pages/changelog.html">Changelog</a></li>
<li><a href="/pages/screenshots.html">Screenshots</a></li>
<li><a href="/pages/links.html">Links</a></li>
</ul>
</div>
</div>
<div class="mainsection">
<div class="tabs clearfix">
<div class="tabsLeft">
<ul>
<li><a href="#" class="active">Article</a></li>
<li><a href="https://www.syntaxbomb.com/index.php/board,54.0.html">Discuss</a></li>
</ul>
</div>
<div id="simpleSearch">
<div id="submitSearch"></div>
<form action="https://github.com/smallbasic/smallbasic.github.io/search"
target="_github" accept-charset="UTF-8" method="get" style="display:inline">
<input type="hidden" class="js-site-search-type-field" name="type">
<input type="hidden" name="utf8" value="✓">
<input type="hidden" name="l" value="Visual Basic">
<input type="text" name="q" placeholder="Search" size="12" id="searchInput">
</form>
</div>
<div class="tabsRight">
<ul>
<li><a target="_github" href="https://github.com/smallbasic/smallbasic.github.io/blob/master/_build/pages/index.markdown">View source</a></li>
<li><a target="_github" href="https://github.com/smallbasic/smallbasic.github.io/commits/master/_build/pages/index.markdown">View history</a></li>
</ul>
</div>
</div>
<div class="article">
<h1 id="welcome-to-smallbasic">Welcome to SmallBASIC</h1>
<blockquote>
<p>one more basic</p>
</blockquote>
<div class="articleRight">
<div class="articleRightInner">
<pre><code>############## ## ## ##############
## ## ## ## ## ##
## ###### ## ######## ## ###### ##
## ###### ## ## ###### ## ###### ##
## ###### ## #### ## ## ###### ##
## ## #### ## ##
############## ## ## ## ##############
## ##
#### ## #### ## ## ## ##########
#### ## ## ## ###### ##
######## ## #### ######## ####
#### #### ###### #### ##
## ## ######## ## #### ##
########## #### ##
############## ###### #### ######
## ## ########## ##
## ###### ## ## ###### ## ######
## ###### ## ## ######## ##
## ###### ## #### ## ###### ##
## ## ## ###### ##
############## ## ## ## ########## </code></pre>
</div>
</div>
<p>SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax.</p>
<p><a href="/pages/guide.html">Read more</a></p>
<h2 id="smallbasic-version-12.20-has-been-released">SmallBASIC version 12.20 has been released</h2>
<div class="date">
<div class="line-block">January 8, 2021</div>
</div>
<p>This release includes new loadable modules with support for <a href="https://www.raylib.com/">RAYLIB</a>, <a href="https://github.com/Immediate-Mode-UI/Nuklear">Nuklear</a> and WebSockets. For details see: <a href="https://github.com/smallbasic/SmallBASIC/releases/tag/v12.20">release notes</a>. Please report any issues to either the forum, email or github issues page.</p>
<h2 id="smallbasic-version-12.19-has-been-released">SmallBASIC version 12.19 has been released</h2>
<div class="date">
<div class="line-block">July 16, 2020</div>
</div>
<p>For details see: <a href="https://github.com/smallbasic/SmallBASIC/releases/tag/12_19">release notes</a>. Please report any issues to either the forum, email or github issues page.</p>
<h2 id="new-teaching-resource-programming-smallbasic-provided-by-gerard-thomas-labèrnia">New teaching resource: “Programming SmallBASIC” provided by Gerard Thomas Labèrnia</h2>
<div class="date">
<div class="line-block">April 11, 2020</div>
</div>
<p>For details see: <a href="/pages/articles.html">Articles</a></p>
<h2 id="smallbasic-version-0.12.18-has-been-released">SmallBASIC version 0.12.18 has been released</h2>
<div class="date">
<div class="line-block">March 16, 2020</div>
</div>
<p>For details see: <a href="https://github.com/smallbasic/SmallBASIC/releases/tag/0_12_18">release notes</a>. Please report any issues to either the forum, email or github issues page.</p>
<h2 id="smallbasic-version-0.12.17-has-been-released">SmallBASIC version 0.12.17 has been released</h2>
<div class="date">
<div class="line-block">December 22, 2019</div>
</div>
<p>For details see: <a href="https://github.com/smallbasic/SmallBASIC/releases/tag/0_12_17">release notes</a>. The windows package includes sbasici.exe which is a recreation of the previous FLTK version. Please report any issues to either the forum, email or github issues page.</p>
<h2 id="new-discussion-forum">New discussion forum</h2>
<div class="date">
<div class="line-block">October 29, 2019</div>
</div>
<p>The Retrogamecoding and Basicprogramming Forum is scheduled for closure on 4th of November 2019. A new forum has been created at www.syntaxbomb.com. Click the <strong>Discuss</strong> link above and join the discussion!</p>
<h2 id="cool-new-sample-program-news-on-progress">Cool new sample program, news on progress</h2>
<div class="date">
<div class="line-block">June 2, 2019</div>
</div>
<p><a href="/posts/2019-06-02.html">Read more</a></p>
<h2 id="smallbasic-version-0.12.14-has-been-released">SmallBASIC version 0.12.14 has been released</h2>
<div class="date">
<div class="line-block">November 22, 2018</div>
</div>
<p><a href="/pages/changelog.html">Read more</a></p>
<h2 id="smallbasic-version-0.12.13-has-been-released">SmallBASIC version 0.12.13 has been released</h2>
<div class="date">
<div class="line-block">September 13, 2018</div>
</div>
<p><a href="/posts/2018-09-13.html">Read more</a></p>
<p><img src="images/lsystem.png" title="Fun with lsystems" /></p>
<p><a href="/pages/samples.html">Samples</a></p>
<h2 id="web-site-updated">Web site updated</h2>
<div class="date">
<div class="line-block">March 29, 2018</div>
</div>
<p><a href="/posts/2018-29-03.html">Read more</a></p>
<h2 id="smallbasic-version-0.12.10-has-been-released">SmallBASIC version 0.12.10 has been released</h2>
<div class="date">
<div class="line-block">December 24, 2017</div>
</div>
<p><a href="/posts/2017-24-12-1.html">Read more</a></p>
</div>
<div class="pagefooter">
This page was last edited on Wed, 14 Apr 2021 19:45:20 +1000
|
<a href="https://en.wikipedia.org/wiki/Markdown" target="_blank" rel="nofollow">Markdown</a>
processed with
<a href="https://pandoc.org/MANUAL.html#pandocs-markdown" target="_blank" rel="nofollow">pandoc 2.5</a>
| Template by <a href="http://html5-templates.com/" target="_blank" rel="nofollow">HTML5 Templates</a>
</div>
</div>
</div>
</body>
</html>