Re: Atlantis II
From: | Patrick Jarrett <seraph@...> |
Date: | Friday, June 15, 2001, 19:38 |
> --- Patrick Jarrett <seraph@...> wrote:
> > I mean it uses the base 10 numbering system, some
> > languanges (mine included)
> > use different math systems, like mine uses base 8.
>
> Umm, could you maybe give an example? Btw, what is
> your language?
> Matt33
>
Base 10 = decimal system uses 0-9
Base 2 = binary 0-1
Base 8 = Octal uses 0-7
Number 37 is... 37 in decimal, 37 is 100101 in binary (I think), and in
Octal 37 = 45
Just different numbering labels.
As for my language, it is almost totally unpublished to you guys - I have
not been happy with it and comfortable with it yet to publish it again to
you guys. Give me a few more days (weeks) to finish the basic grammar and
such and I will send it to you guys then.
P@