Hassium Version 1.2.0
Added Tuples to Hassium!
tuple myTuple ("this", 4, 5); # Optionally myTuple "this", 4, 5;
func main () {
println(myTuple.Item0);
}
Also added more methods to the char object.
Added Tuples to Hassium!
tuple myTuple ("this", 4, 5); # Optionally myTuple "this", 4, 5;
func main () {
println(myTuple.Item0);
}
Also added more methods to the char object.