Category:TechBASIC: Difference between revisions

Content added Content deleted
m (Add language tag so examples are counted correctly. Remove bogus internal link markup)
Line 3: Line 3:
|exec=interpreted/compiled
|exec=interpreted/compiled
|site=http://www.byteworks.us/Byte_Works/techBASIC.html
|site=http://www.byteworks.us/Byte_Works/techBASIC.html
|parampass=both}}
|parampass=both
|tags=techBASIC}}
{{language programming paradigm|Procedural}}
{{language programming paradigm|Procedural}}
{{language programming paradigm|Event-driven}}
{{language programming paradigm|Event-driven}}
Line 32: Line 33:




== [[Collecting/Analyzing Data]] ==
== Collecting/Analyzing Data ==
<ul>
<ul>
<li>Send and receive data from Bluetooth LE devices (only on hardware that supports Bluetooth LE)--control the Internet of Things right from your iPhone or iPadCollect, analyze and display data right on your iPhone/iPad<br>
<li>Send and receive data from Bluetooth LE devices (only on hardware that supports Bluetooth LE)--control the Internet of Things right from your iPhone or iPadCollect, analyze and display data right on your iPhone/iPad<br>
Line 48: Line 49:
<br><br>
<br><br>


== [[BASIC Programming]] ==
== BASIC Programming ==
<ul>
<ul>
<li>Array and matrix commands like matrix inversion, determinants, matrix arithmetic and more.<br>
<li>Array and matrix commands like matrix inversion, determinants, matrix arithmetic and more.<br>
Line 60: Line 61:
<br><br>
<br><br>


== [[Create Stunning GUIs and Use all standard iOS controls]] ==
== Create Stunning GUIs and Use all standard iOS controls ==
<ul>
<ul>
<li>Activity indicators<br>
<li>Activity indicators<br>
Line 84: Line 85:
<br><br>
<br><br>


== [[Graphing/Plotting Capabilities]] ==
== Graphing/Plotting Capabilities ==
<ul>
<ul>
<li>Create a plot with only a few lines of code<br>
<li>Create a plot with only a few lines of code<br>