From 439d2fb46cfec58a16c4a9856cc00ea4a2ee6de3 Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 10 Apr 1993 15:51:24 +0000 Subject: gnu bc. necessary to compile the distribution --- gnu/usr.bin/bc/Test/array.b | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gnu/usr.bin/bc/Test/array.b (limited to 'gnu/usr.bin/bc/Test/array.b') diff --git a/gnu/usr.bin/bc/Test/array.b b/gnu/usr.bin/bc/Test/array.b new file mode 100644 index 00000000000..a0341ec7d74 --- /dev/null +++ b/gnu/usr.bin/bc/Test/array.b @@ -0,0 +1,14 @@ +"This tests arrays! +" +define p(x,y) { + auto i; + for (i=x; i