#! /usr/bin/env factor USING: namespaces io command-line ; IN: scriptname : main ( -- ) script get print ; MAIN: main