summaryrefslogtreecommitdiffstats
path: root/debian/fireflies/fireflies-2.08/libgfx/tests/test1.sc
blob: 489f8cb58ac3748ee79e1969a760780e87d1cb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This is a test script meant to be fed to t-script.  It is not meant as an
# exhaustive test, but mainly as a demonstration.
#
# $Id: test1.sc 170 2000-09-06 21:43:25Z garland $
#

echo The following sum should be 15
add 1 2 3 4 5

echo
echo The following average should be 3.5
avg 3 8 2 1

echo
echo The following is the vector [1 0 0]
vec3 1 0 0