◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax Equote /* Mark end of quoted region */ Description Returns from a quote subroutine. Pseudocode equivalent: if (pcQuote != 0) { pc = pcQuote; pcQuote = 0; } -♦-