- Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsite.bas
24 lines (20 loc) · 664 Bytes
/
site.bas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
rem
remexportstheglobalsitedata
rem
unitsite
exporttitle
exportemail
exportdescription
exportbaseurl
exporturl
exportgithub_username
title="SmallBASIC Language reference"
email="smallbasic@gmail.com"
description="""
SmallBASICisafastandeasytolearnBASIClanguageinterpreteridealfor
everydaycalculations,scriptsandprototypes.SmallBASICincludestrigonometric,
matricesandalgebrafunctions,abuiltinIDE,apowerfulstringlibrary,
system,sound,andgraphiccommandsalongwithstructuredprogrammingsyntax."""
baseurl="http://smallbasic.github.io/"
url="http://smallbasic.github.io"
github_username="smallbasic"