Jump to content

Elementary cellular automaton: Difference between revisions

m
→‎{{header|Ada}}: Fixed typo (independant→ independent)
(Added Ada)
m (→‎{{header|Ada}}: Fixed typo (independant→ independent))
Line 38:
function Translate (Rule : in t_Rule) return t_RuleA is
-- Better not use Pack attribute and Unchecked_Conversion
-- because it would not be endianness independantindependent...
Remain : t_Rule := Rule;
begin
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.