is this how this stupid shit works?

master
Jordan Orelli 10 years ago
parent 310184be35
commit d470fe9bd5

@ -45,12 +45,14 @@ Moon defines the following types:
- integers: right now this is an int based on Go semantics; it's a 32 bit int - integers: right now this is an int based on Go semantics; it's a 32 bit int
on 32 bit CPUs, and a 64 bit int on 64 bit CPUs. These are some integers: on 32 bit CPUs, and a 64 bit int on 64 bit CPUs. These are some integers:
```
1 1
2 2
-1 -1
-12348 -12348
0 0
+0 +0
```
- floats: they're all float64. These are some floats: - floats: they're all float64. These are some floats:

Loading…
Cancel
Save