Om
<-[terms]

Pops the first term (Operator or Operand), quoted.

Input
{A B}
Output
{A}{B}
Examples
<-[terms] {A B}
{A}{B}
<-[terms] {{A} B}
{{A}}{B}
<-[terms] {A B }
{A}{B}
<-[terms] {A {B} C}
{A}{{B}
C}
<-[terms] {}
{}{}
Implementation
Om::Language::Operation::FrontPullTermOperation