Exemplo n.º 1
0
	static object UseValue(Racr.AstNode n) { return n.FindActive(n.GetName()).Value(); }
Exemplo n.º 2
0
	static bool QuestionIsActive(Racr.AstNode n) {
		return n.IsErrorQuestion() || (n.Parent().IsActive() && n.FindActive(n.GetName()).IsErrorQuestion());
	}