Skip to content

Instantly share code, notes, and snippets.

@ionoy
Created October 3, 2012 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionoy/3826872 to your computer and use it in GitHub Desktop.
Save ionoy/3826872 to your computer and use it in GitHub Desktop.
{
{
{
{
def _var5 = template(TourneyList, _ .View)
};
when (
{
def _var7 = TourneyList.Selected != null;
TourneyList.Selected != null
})
{
{
def _var10 = TourneyList.Selected.Name;
_ = _var10
}
}
}
}}
===================
{(def _var5 = DEFAULT;
def _N_lambda__6481 = DEFAULT;
def _var7 = DEFAULT;
_var5 = this.template.[NemerleWeb.SC2Score.TourneyList] (this.TourneyList, _N_lambda__6481 = NemerleWeb.SC2Score.MainPage._N__N_lambda__6481__6495.Instance;
_N_lambda__6481);
();
macro_Nemerle.Core.whenmacroMacro:
if.real ((_var7 = (this.TourneyList.get_Selected () !=.ref null);
((this.TourneyList.get_Selected () !=.ref null) : bool) == (true :> bool))) {
(_var5 = this.TourneyList.get_Selected ().Name;
();
() :> void)
}
else {
(() :> void)
} :> void)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment