Method code for $compiler.compile_cml()

[Turn on line numbering]
arg text;
var vars, ret;

vars = #[];
(> (ret = .parse_string_new(vars, .tokenize(text))) <);
return $ctext_frob.new_with(ret[1], ret[2]);

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

Tlon