projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Refactoring in faustexp.ml.
[Faustine.git]
/
interpretor
/
faust-0.9.47mr3
/
tests
/
mathdoc
/
prefix.dsp
1
declare name "prefix";
2
declare version "1.0";
3
declare author "Grame";
4
declare license "BSD";
5
declare copyright "(c)GRAME 2009";
6
7
//-------------------------------------------------
8
// Simple prefix test for documentator
9
//-------------------------------------------------
10
11
12
process = prefix (3,*(7));
13