DotTalk++ is the canonical command surface for the local x64base runtime.
It is used for:
- opening tables and workspaces.
- inspecting areas, fields, records, relations, and indexes.
- running HELP and validation.
- browsing records and relation graphs.
- running scripts and smoke/canary workflows.
DotScript is the productized script form of this command language. DotTalk++ is the shell and runtime vocabulary; DotScript is the repeatable file language for labs, validation runs, automation, loops, variables, comments, and documented canary scripts. See DotScript Language Guide.
First commands to recognize
HELP
HELP <command>
USE <table>
SELECT <n>
AREA
STRUCT
WORKSPACE OPEN DBF
WORKSPACE OPEN DBF CDX
WORKSPACE SAVE <name>
WORKSPACE LOAD <name>
REL LIST ALL
LOOP
ENDLOOP
SCAN
ENDSCAN
ERSATZ
SMARTBROWSE
SIMPLEBROWSE
CMDHELPCHK
CMDHELPCHK REF
Status
The command language is active and usable, but individual commands vary by proof level. Some are runtime-proven, some are active beta, and some remain canary or integration surfaces.