Jasmijn Wellner
Jasmijn Wellner
This might be too gimmicky, but I had the idea that you would "pledge" the Oath by signing the full text plus your name with your personal private key. I...
Currently, a module works by returning a value that will be that module's "module value": ``` local f: 42 { :f @f } ``` This is for the most part...
Currently, for-loops are simple beasts. The syntax is like this: ``` for NAME ITERATOR: BODY ``` I want to change it to: ``` for NAME1 NAME2 ... in ITERABLE: BODY...
Make sure the returned value is a copy and does not modify the original pdir object.