json(vm): fix birth dispatch; unify constructor naming (Box.birth/N); JsonNode factories return JsonNodeInstance; quick: enable heavy JSON with probe; builder: NYASH_BUILDER_DEBUG_LIMIT guard; json_query_min(core) harness; docs/tasks updated
This commit is contained in:
4
apps/lib/std/operators/div.nyash
Normal file
4
apps/lib/std/operators/div.nyash
Normal file
@ -0,0 +1,4 @@
|
||||
static box DivOperator {
|
||||
apply(a, b) { return a / b }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user