Category:Tiny Craft Basic: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:


Tiny Craft Basic attempts to be a traditional minimal line number oriented interpreter for x86 DOS.
Tiny Craft Basic attempts to be a traditional minimal line number oriented interpreter for x86 DOS.

Operator precedence is !, *, /, %, +, -, <, >, <=, >=, =, <>, XOR, AND, OR, and ^. AND may be written as &. OR may be written as |. XOR may be written as ~. ! is the not operator. % is the mod operator. ^ is the power operator. Functions have no precedence over any operators. Floating point numbers are supported. The negative operator is supported. Parentheses may be used to override order of operations. Supported functions include (RND), (CLOCK), INT:, SIN:, COS:, and TAN:.

Revision as of 02:19, 2 March 2023

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Tiny Craft Basic
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Tiny Craft Basic.

Tiny Craft Basic Homepage (download for Tiny Craft Basic is at the bottom of the page)

Tiny Craft Basic attempts to be a traditional minimal line number oriented interpreter for x86 DOS.

This category currently contains no pages or media.