Other Special Characters
Special Character Set
Symbol
Name
Unicode
Context
Application
Usage Examples
Variable References and Schema Definitions
# Variable declarations
~ @r: red
~ @g: green
~ @b: blue
# Schema definitions using variables
~ $color: {string, choices: [@r, @g, @b]}
~ $schema: {
name: string,
email: email,
joiningDt: date,
color: $color
}
---
# Data using variable references
~ John Doe, '[email protected]', d'2020-01-01', @rSchema Modifiers
Numeric Signs
Character Rules
See Also
Last updated
Was this helpful?
