1
0
Fork 0
pysilfont/tests/input/psfmakefea_2.feax

12 lines
162 B
Text
Raw Permalink Normal View History

def func(x, y) {
return x + y
} func;
feature test {
do for a = [a1 a2 a3];
let b = "g"+str(func(int(a[1]), 4));
{
@c = [$b];
}
} test;