add oversampler
This commit is contained in:
10
oversampling/WDL/eel2/scripts/pproc_test.eel
Normal file
10
oversampling/WDL/eel2/scripts/pproc_test.eel
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
<? x=37; ?>
|
||||
<? printf("y=%d;",x); ?>
|
||||
|
||||
<? _suppress += 1; ?>
|
||||
|
||||
printf("this will not get compiled\n");
|
||||
|
||||
<? _suppress -= 1; ?>
|
||||
printf("apparently y is now %d but x is %d\n",y,x);
|
||||
Reference in New Issue
Block a user