!if $wims_read_parm!=slib_header
 !goto proc
!endif
slib_title=Output the file name of the last insert
slib_parms=0\
slib_author=Gang Xiao
slib_out=Returns the file name. It is just the content of the variable\
	<tt>ins_filename</tt>.
slib_comment=This script must be called immediately after a plot or draw. \
	You need this only if you don't have direct access to wims variables,\
	such as in a document or an oef exercise.
!exit

:proc
slib_out=$ins_filename
