Category:Tiny Craft Basic: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(Blanked the page)
Tag: Blanking
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}{{language|Tiny Craft Basic}}
[http://basicgames.xyz/index.php?page=article&id=16 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.

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:.

Latest revision as of 18:00, 20 March 2024

This category currently contains no pages or media.