pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2020-01-09
2020-01-09 10:18:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1bcfb7babef20c20b96a50c47f0b3c0dbc8f03b8 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Compiler: Syntax for specifying the length of array and string types.
42:
A syntax for when the range of a string type only contains a single value.
+
o Syntax for specifying the length of array and string types.
+
+
Eg string(4bit: 8bit) is 8-bit strings of lengths 0-15.
+
o ** operator added. It's exponentiation and works with most combination of numerical types (int,float,Gmp.mpq,Gmp.mpf,Gmp.mpz)