File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -480,6 +480,11 @@ $(document).ready(function() {
480480 return false ;
481481 } ) ;
482482
483+ $ ( '#nonlocalLink' ) . click ( function ( ) {
484+ $ . get ( "example-code/nonlocal.txt" , setCodeMirrorVal ) ;
485+ return false ;
486+ } ) ;
487+
483488
484489 if ( preseededCode ) {
485490 setCodeMirrorVal ( preseededCode ) ;
Original file line number Diff line number Diff line change 130130< p style ="margin-top: 15px; "> Linked Lists:< br />
131131< a id ="ll1Link " href ="# "> LL 1</ a > |
132132< a id ="ll2Link " href ="# "> LL 2</ a > |
133- < a id ="sumListLink " href ="# "> sum list </ a >
133+ < a id ="sumListLink " href ="# "> LL sum </ a >
134134</ p >
135135
136136< p style ="margin-top: 15px; "> Pointer Aliasing:< br />
152152< a id ="genExprLink " href ="# "> gen expr</ a > |
153153< a id ="varargsLink " href ="# "> varargs</ a > |
154154< a id ="pwTryFinallyLink " href ="# "> exceptions</ a > |
155- < a id ="forElseLink " href ="# "> for-else</ a >
155+ < a id ="forElseLink " href ="# "> for-else</ a > |
156+ < a id ="nonlocalLink " href ="# "> nonlocal</ a >
156157</ p >
157158
158159</ div >
You can’t perform that action at this time.
0 commit comments