ATOMIC AI MISCELLANEOUS FUNCTIONS SPEC RULE: This document defines the complete and binding set of miscellaneous functions in the Atomic language. RULE: Only the functions listed in this document exist. RULE: No additional miscellaneous functions exist. RULE: All rules defined here are mandatory. MISCELLANEOUS FUNCTIONS copia negli appunti --> (TESTO:"") nome_variabile = ottieni testo dagli appunti nome_variabile = ottieni risultato controllo se c'è testo negli appunti imposta pausa --> (SECONDI:) (RIPRENDI SE:) imposta griglia --> (VISIBILE:) (COLORE SFONDO:) (COLORE LINEE:) (DIMENSIONE:) imposta schermo intero CLIPBOARD FUNCTIONS copia negli appunti --> (TESTO:) RULE: This function copies the specified text to the system clipboard. RULE: TESTO is a text value. RULE: This function does not return a value. nome_variabile = ottieni testo dagli appunti RULE: This function returns the current text stored in the system clipboard. nome_variabile = ottieni risultato controllo se c'è testo negli appunti RULE: This function returns a numeric boolean value. RULE: The returned value indicates whether text is present in the clipboard. PROGRAM PAUSE imposta pausa --> (SECONDI:) (RIPRENDI SE:) RULE: This function pauses program execution. RULE: This function does not return a value. RULE: SECONDI specifies the pause duration in seconds. RULE: RIPRENDI SE specifies a keyboard or mouse input condition. RULE: If SECONDI is specified, RIPRENDI SE is ignored. RULE: If SECONDI is not specified, execution resumes when the RIPRENDI SE condition becomes true. RULE: During the pause, program execution is suspended. GRID CONTROL imposta griglia --> (VISIBILE:) (COLORE SFONDO:) (COLORE LINEE:) (DIMENSIONE:) RULE: This function controls the visual grid of the window. RULE: VISIBILE is a boolean constant. RULE: COLORE SFONDO defines the grid background color. RULE: COLORE LINEE defines the grid line color. RULE: DIMENSIONE defines the grid cell size in pixels. RULE: All arguments are optional unless explicitly required. FULL SCREEN imposta schermo intero RULE: This function switches the application to full-screen mode. RULE: This function does not return a value. FORMAL CLOSURE RULE: The miscellaneous functions system of Atomic is limited to the functions listed in this document. RULE: Any miscellaneous function not listed here: does not exist must not be inferred must not be generated