1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00
freebsd/contrib/bc/Test/jn.b

7 lines
80 B
Brainfuck
Raw Normal View History

1998-04-29 21:53:01 +00:00
scale = 30
for (a=0; a<5; a=a+2) {
for (b=0; b<100; b=b+10) x=j(a,b)
}
x
quit