File: data_types.rst

package info (click to toggle)
rsyslog-doc 8.2302.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,464 kB
  • sloc: python: 178; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (10)
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.