repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
class library: freqscope - correctly initialize phase of LFSaw
[supercollider.git]
/
testsuite
/
sclang
/
sclang_crash_1.scd
blob
ad0d5d49d680334c1a3e3b89ac6a064b4f77363c
1
x = { 1+1 }.def;
2
x.instVarSize.do { |i|
3
i.debug("index");
4
x.instVarAt(i).postln
5
};
6
0.exit;