The Crystal programming language | http://crystal-lang.org | Fund Crystal's development: http://is.gd/X7PRtI | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/
a + b
, where b
is a wider type than a
.
Int8#+(UInt64)
, as an extreme example.
Proc(String, Int32)
e.g. if it accepts a string an returns an int32