*
*	This is a little example program to test whether FORM
*	arrived in working order.
*	Submit with `form example' or whatever the local equivalent may be
*
Symbols	a,b,c;
Local	F = (a+b+c)^10;
print;
.end