; this is a fake data file
; it is here to be a placeholder
; the link from the page that brought you here
; must be changed to the actual data file
; when it is in place
;----------------------------------------------
set logfile th3d_ex1_02.log
set log on
; ---------------------------------------------
new
RESTORE th3d_ex1_01-spc.SAV
set echo off
call th3d_ex1_utl.FIS ; load custom fish functions
def hello_world
h = hello
w = world
m = !
msg = h + w + m
end
hello_world
; ---------------------------------------------