1
0
Fork 0
pysilfont/tests/input/psfmakefea_2.feax
Daniel Baumann e40b3259c1
Adding upstream version 1.8.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-10 05:17:32 +01:00

11 lines
162 B
Text

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;