Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0

...

Base TypeType DefinitionExample ValuesOperations / Functions / Operators
Blob
Multiexcerpt
MultiExcerptNameblob

A blob represents base64-encoded arbitrary binary data.

e.g. "YWJjZGVmZ2g=" for the encoded value "abcdefgh"
Div
Stylemargin-top:-1.1em;
Expand
titleList of Blob operations (show | hide)
Children Display
pageBlob Operations
Boolean
Multiexcerpt
MultiExcerptNameboolean

Boolean values represent binary-valued logic (true, false).

true, false, 0, 1
Div
Stylemargin-top:-1.1em;
Expand
titleList of Boolean operations (show | hide)
Children Display
pageBoolean Operations
DateTime
Multiexcerpt
MultiExcerptNamedatetime
CCYY-MM-DDThh:mm:ss[.sss][Z|[+|-]hh:mm]

Whereas "Z" stands for the time zone: Coordinated Universal Time (UTC). The W3C value space of dateTime is closely related to the dates and times described in ISO 8601.

2004-12-01T00:00:00.0.Z

This value stands for the 1st December of the year 2004 at midnight.

Div
Stylemargin-top:-1.1em;
Expand
titleList of DateTime operations (show | hide)

Children Display
pageDateTime Operations

Children Display
pageDateTime Functions

Float
Multiexcerpt
MultiExcerptNamefloat
A float corresponds to the IEEE single-precision 32-bit floating-point type.

Lexical representation: [white spaces] [+|-][nnn][.nnn][e|E[+|-]nnn]

(where white spaces are any tab or space character; nnn may be any number of digits)

1.234, 1e-5
Div
Stylemargin-top:-1.1em;
Expand
titleList of Float operations (show | hide)

Children Display
pageFloat Operations

Integer
Multiexcerpt
MultiExcerptNameinteger

The W3C defines integers as "decimal", which represents arbitrary precision decimal numbers.

5
Div
Stylemargin-top:-1.1em;
Expand
titleList of Integer operations (show | hide)

Children Display
pageInteger Operations

String
Multiexcerpt
MultiExcerptNamestring

A string is a set of finite-length sequences of a character set (the Bridge uses UTF-8 internally).

Hello World!
Div
Stylemargin-top:-1.1em;
Expand
titleList of String operations (show | hide)

Children Display
pageString Operations

...