Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
start [2019/11/06 10:32] neilsstart [2019/12/12 20:59] neils
Line 1: Line 1:
-~~DISCUSSION:off~~ 
- 
-<PRELOAD> 
-<!-- Place this tag in your head or just before your close body tag. --> 
-<script async defer src="https://buttons.github.io/buttons.js"></script> 
-</PRELOAD> 
- 
 ====== Welcome to the XC=BASIC Wiki ====== ====== Welcome to the XC=BASIC Wiki ======
  
 **XC=BASIC** is a dialect of the BASIC programming language for the Commodore-64 and **xcbasic64** is a cross-compiler that compiles **XC=BASIC** source code to 6502 machine code. **XC=BASIC** is a dialect of the BASIC programming language for the Commodore-64 and **xcbasic64** is a cross-compiler that compiles **XC=BASIC** source code to 6502 machine code.
  
-;#; 
 <html> <html>
-<!-- Place this tag where you want the button to render. --> +<div style="text-aligncenter">
-<a class="github-button" href="https://github.com/neilsf/xc-basic/archive/master.zip" data-color-scheme="no-preference: dark; light: dark; dark: dark;" data-icon="octicon-cloud-download" data-size="large" aria-label="Download neilsf/xc-basic on GitHub">Download the latest version</a>+
 </html> </html>
-;#; +[[Releases|{{ download.png?nolink |}}]] 
 +<html> 
 +</div> 
 +</html> 
 +----
 Some of the advantages of programming in **XC=BASIC** are: Some of the advantages of programming in **XC=BASIC** are:
  
Line 32: Line 26:
   * constants   * constants
   * procedures   * procedures
 +  * user defined functions
   * recursive procedure calls   * recursive procedure calls
   * inclusion of other source or binary files   * inclusion of other source or binary files