summaryrefslogtreecommitdiffstats
path: root/source/rainerscript/data_types.rst
blob: cadf722b53fc725c1cd7ba4fc141f758bb8d4ba5 (plain)
1
2
3
4
5
6
7
8
9
Data Types
==========

RainerScript is a typeless language. That doesn't imply you don't need
to care about types. Of course, expressions like "A" + "B" will not
return a valid result, as you can't really add two letters (to
concatenate them, use the concatenation operator &).  However, all type
conversions are automatically done by the script interpreter when there
is need to do so.