Category:Tiny Craft Basic

From Rosetta Code
Revision as of 02:46, 16 December 2022 by Basicgames (talk | contribs)
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 Tiny Basic

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

This category currently contains no pages or media.