
at.$if Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of at-lang Show documentation
Show all versions of at-lang Show documentation
Basic commands set for the at lang
The newest version!
package at;
import static org.bitbucket.gkutiel.booly.Tokens.tokens;
import org.bitbucket.gkutiel.at.Cmd;
import org.bitbucket.gkutiel.at.Context;
public class $if extends Cmd {
@Override public String eval(final Context ctx) {
if (tokens(args).parse(id -> ctx.get(id).val())) return evalChildren(ctx);
return "";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy