// Output
@API(help="A Key is returned from the execution of the R expression.")
Key key;
@Override public Cascade createImpl() {
Cascade c = new Cascade();
// TODO: R-like expressions unsupported for now
if (!expr.equals("")) throw H2O.unimpl();
if (ast.equals("")) throw H2O.fail("No ast supplied! Nothing to do.");