Skip to content

ThinBASIC/book-thinbasic_user_defined_types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thinBasic documentation: User defined types

This is a documentation of thinBasic user defined types, aiming to cover the complete functionality.

How to view the documentation

You may browse the MD files alone, but the recommended approach is to build the docs via mdbook.

The mdbook is a Rust tool, and as such it can be installed via:

cargo install mdbook

Once installed, please run the following command in the repository root:

mdbook build

This will put index.html to book directory. Open this file in the browser of your choice ;)

How to publish the documentation

If you want to publish the documentation, copy the contents of the ignored book folder to docs folder.

About

Exhaustive documentation on user defined types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published