mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-02 10:07:47 +00:00
9b9b66a09d
* builtins: real, imag, complex * printing of complex numbers No support for complex arithmetic yet.
23 lines
209 B
Plaintext
23 lines
209 B
Plaintext
hello world!
|
|
42
|
|
100000000
|
|
abc
|
|
a b c
|
|
123
|
|
123
|
|
-123
|
|
12345
|
|
12345
|
|
-12345
|
|
12345678
|
|
12345678
|
|
-12345678
|
|
123456789012
|
|
123456789012
|
|
-123456789012
|
|
+3.140000e+000
|
|
(+5.000000e+000+1.234500e+000i)
|
|
(0:nil)
|
|
map[2]
|
|
true false
|