Basic Syntax
AbySS leans into symbolic, magic-inspired keywords without sacrificing readability. Comments follow familiar patterns, so you can annotate spells freely while keeping the parser happy.
Comments
Section titled “Comments”// This is a single-line comment/* This is a multi-line comment*/Style Notes
Section titled “Style Notes”- Keywords such as
forge,oracle, andorbitare intentionally thematic but remain deterministic. - Statements end with semicolons; code blocks use
{ ... }like other C-family syntaxes. - Multi-line constructs favor indentation plus single keywords per line for quick scanning.
Continue through the reference for deeper dives into types, control flow, collections, and artifacts.