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