Category:Robotic: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added basic info)
m (Minor fix.)
 
Line 4: Line 4:
}}
}}


Robotic is a [[programming language]] for the game creation system titled [[wp:MegaZeux|MegaZeux]]. It is a simple language that is used for Robots placed within a MegaZeux world. Some of the few features for this language include the use of subroutines, arithmetic expressions, strings, counters, etc.
Robotic is a [[programming language]] for the game creation system titled [[wp:MegaZeux|MegaZeux]]. It is a simple language that is used for Robots placed within a MegaZeux world. Some of the few features for this language include the use of subroutines, arithmetic expressions, strings, counters (variables), etc.

Latest revision as of 17:57, 29 August 2018

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


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

Robotic is a programming language for the game creation system titled MegaZeux. It is a simple language that is used for Robots placed within a MegaZeux world. Some of the few features for this language include the use of subroutines, arithmetic expressions, strings, counters (variables), etc.