All Downloads are FREE. Search and download functionalities are using the official Maven repository.

at.$val Maven / Gradle / Ivy

The newest version!
package at;

import org.bitbucket.gkutiel.at.Cmd;
import org.bitbucket.gkutiel.at.Context;
import org.bitbucket.gkutiel.at.ContextVal;

public class $val extends Cmd {

	@Override public String eval(final Context ctx) {
		ctx.set(args, new ContextVal(ctx, evalChildren(ctx)));
		return "";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy