USAGE: ./wsbasic <script file>

Or execute any of the scripts in the scripts directory they call wsbasic themselves
by using #!../wsbasic on the first line.

You can also use stdin like this:
echo "println 3+2" | ./wsbasic
or 
cat <somefile> | ./wsbasic


