<div dir="ltr">1.lambda expression<div><br></div><div style>c# </div><div style>a.<span style="color:rgb(0,0,0);font-family:Consolas,Courier,monospace;font-size:14px;line-height:18px">(x, y) => x == y</span></div><div style>
<span style="color:rgb(0,0,0);font-family:Consolas,Courier,monospace;font-size:14px;line-height:18px">b.</span><span style="color:rgb(0,0,0);font-family:Consolas,Courier,monospace;font-size:14px;line-height:18px">() => SomeMethod()</span></div>
<div style><br></div><div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px">ruby:</span></font></div><div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px"> -> {|msg| puts msg}</span><br>
</font></div><div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px"><br></span></font></div><div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px">python can use c# like and remove "lambda" keyword.</span></font></div>
<div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px"><br></span></font></div><div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px">2.global variable</span></font></div>
<div style><br></div><div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px">ruby</span></font></div><div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px">$glo_var</span></font></div>
<div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px"><br></span></font></div><div style><font color="#000000" face="Consolas, Courier, monospace"><span style="font-size:14px;line-height:18px">python can use $ or @ or another and remove "global".</span></font></div>
<div style><br></div></div>