Category:Tiny Craft Basic: Difference between revisions

no edit summary
m (Basicgames moved page Categy:Craft Basic to Category:Tiny Craft Basic: Fixing a typo.)
No edit summary
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 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:.
305

edits