Frame.create(/tag) as name;
name.SetHTMLContent(/tag"..." /tag);
name.AppendChild(other); name.PrependChild(other);
name.SetAttr(key, value); name.GetAttr(key);
name.Remove(); name.Hide(); name.Show();
name.AddClass(cls); name.RemoveClass(cls); name.ToggleClass(cls);
q = Query("selector");
btn.On(event, "code");
console.printoutln(type, expr_or_string);
http.get(url) / http.post(url, body);
storage.save(key, var); storage.load(key) as var;
math.eval(expr);
Loop.times(n) { /* statements */ }
If(cond) { /* statements */ } Else {}
Animate.fadeIn(elem, ms); Animate.fadeOut(elem, ms);
exit; // stop execution