blob: 4186fc9fee39be29545837a5d44940a535648b00 (
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"-1];
}
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"-1][arg1-1];
}
}
|