Demonstrates an array initialized from byte literals, which use the 'uy' suffix, and an array initialized from a string byte array literal
48 people like thisPosted: 13 years ago by Tim Robinson
You can use numeric literals, constant expressions and operator overloading to make your own arithmetics. Useful in DSL languages. With NumericLiterals, you can use any of Q, R, Z, I, N, G. Basic syntax: [Number][Letter] will forward the call to the type NumericLiteral[Letter] to FromInt32 [Number] (or FromInt64 or FromString...)
9 people like thisPosted: 12 years ago by Tuomas Hietanen