; startprog
; Little script to start a program with enough stack
; $VER: startprog 5.2 (14.10.96)

.KEY PROG/A,ARGS/F

stack 30000
<PROG> <ARGS>
