Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

Marker List format

A marker list is a sequence of individual markers separated by comma , characters, and optionally prefixed by a ! character to negate them.

Syntax

[!] Marker, [!] Marker, ...

Element Type Notes
Marker Letter One of the following:
  • A, meaning abstract
  • S, meaning subjective
  • T, meaning temporal
  • K, meaning constant
  • L, meaning multilingual

Examples

Intent Code
Create a new abstract class create class Entity (A);
Create a temporal aspect class create class Event [T];
Create a new multilingual temporal attribute in the context class create attribute Name: 1 Text (T, L);
Alter the context attribute to make it not subjective alter attribute as (!S);

See Also

  • n/a

Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020