summaryrefslogtreecommitdiff
path: root/js/Misc/DEBUG_SCICOS.js
blob: dba81ebc77d89f3fe84993d67729ecb4614fa346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* autogenerated from "macros/Misc/DEBUG_SCICOS.sci" */
function DEBUG_SCICOS() {
    DEBUG_SCICOS.prototype.define = function DEBUG_SCICOS() {
        x = DEBUG("define");
    }
    DEBUG_SCICOS.prototype.details = function DEBUG_SCICOS() {
    }
    DEBUG_SCICOS.prototype.get = function DEBUG_SCICOS() {
    }
    DEBUG_SCICOS.prototype.set = function DEBUG_SCICOS() {
        arg1.gui = "DEBUG";
        [x,y,typ] = DEBUG("set",arg1);
    }
}