define3 top-level constant
String
const define3
Builtin name for special actions.
Implementation
const String
/// Defines a primary key
primaryKey = ".primary.",
/// Copies content from another definition
copy = ".copy.", copy1 = "$copy.1", copy2 = "$copy.2",
define = ".define", define1 = ".define.1", define2 = ".define.2",
define3 = ".define.3";