import { IDIOM_SECTION_ICON } from "#configuration/icons/grammar.icons"; import { IDIOM_SECTION_ID } from "#core/ids/grammar.ids"; import { PAG_LANGUAGE } from "#configuration/constants/code.constants"; import type { Section } from "#types/document.types"; const INPUT_SAMPLE = 'READ FROM INTO # non-destructive · the source is unchanged\nLOAD FROM # acquisition with parsing\nEXTRACT FROM INTO # isolation · the source keeps its meaning\nFIND IN INTO # existence · boolean, non-invasive\nGLOB "" INTO # discovery by shape\nGREP "" IN INTO # discovery by content'; const OUTPUT_SAMPLE = "WRITE TO # idempotent where it overwrites\nCREATE FROM USING