import 'android android scanBarcode _ -- maybe you're more interested in android module
This commit began as an attempt to simplify the %tmp-funcargs.h code and eliminate Find_Refines(). It evolved into a general solution for auto-generating the parameter and refinement lists for natives and actions. So instead of writing: // // foo: native [arg /ref ref-arg] // REBNATIVE(foo) { PARAM(1, arg); REFINE(2, ref); PARAM(3, ref_arg); // blah blah ARG(arg), REF(ref…
I use four spaces for indent. I would like to replace the indentation with some UTF-8 chars.
What I have:
1.
def foo(bar):
for jaffa in bar:
print jaffa
2.
var foo = function(bar){
bar.forEach(function(jaffa){
console.log(jaffa);
});
}
What I want:
1.
def foo...
Noticing a pattern in problems, Ren-C added the feature that it would be possible for a function FOO with an evaluated argument to tell the difference between being called as FOO [y] vs. FOO SECOND [[x] [y]] or BLK: [y] | FOO BLK. The reason this distinction was important was to give errors like: >> if [x] [print "oops"] ** Script error: Literal block used as conditional [x] ** Wher…
« first day (2214 days earlier) ← previous day
