September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -0,0 +1,4 @@
|
|||
continue; continue(n); // continue nth nested loop
|
||||
break; break(n); // break out of nth nested loop
|
||||
try{ ... }catch(exception){ ... } [else{ ... }]
|
||||
onExit(fcn); // run fcn when enclosing function exits
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
urlText.pump(String,
|
||||
fcn(c){ if(c=="%")return(Void.Read,2); return(Void.Skip,c) },
|
||||
fcn(_,b,c){(b+c).toInt(16).toChar()})
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
urlText:="http%3A%2F%2Ffoo.com%2Fbar";
|
||||
urlText.pump(...).println();
|
||||
Loading…
Add table
Add a link
Reference in a new issue