Rubyc Intro
From Redstonechips
(Difference between revisions)
Mstram (Talk | contribs)
(Created page with '= Rubyc = is a RedstoneChips chip library containing rubyc - a programmable chip that can run [http://www.ruby-lang.org/en/ Ruby scripts] A rubyc chip is built and behaves like…')
Newer edit →
(Created page with '= Rubyc = is a RedstoneChips chip library containing rubyc - a programmable chip that can run [http://www.ruby-lang.org/en/ Ruby scripts] A rubyc chip is built and behaves like…')
Newer edit →
Revision as of 22:10, 13 January 2012
= Rubyc = is a RedstoneChips chip library containing rubyc - a programmable chip that can run Ruby scripts
A rubyc chip is built and behaves like any other [RedstoneChip], and input or output blocks are added in the same way.
- A rubyc chip requires at least one input block
- There is (no limit 32?) to the number of input or output blocks
- At least one sign argument is required, the name of the script the chip will execute
- If the script does not exist, a default Rubyc Default Script will be created