Method code for $compiler.compile_cml()

[Turn off line numbering]
  1: arg text;
  2: var vars, ret;
  3: 
  4: vars = #[];
  5: (> (ret = .parse_string_new(vars, .tokenize(text))) <);
  6: return $ctext_frob.new_with(ret[1], ret[2]);

// Created 17-Jul-1996 as a part of ColdCore, see: @help Credit

Tlon