#region using using Irony.Compiler; using ScriptNET.Runtime; #endregion namespace ScriptNET.Ast { /// /// /// internal class ScriptStatement : ScriptAst { public ScriptStatement(AstNodeArgs args) : base(args) { } } }