6 lines
161 B
Text
6 lines
161 B
Text
if sysargv[2] = filename()
|
|
see "I'm the main program file!" + nl
|
|
# we can run tests here!
|
|
else
|
|
see "I'm a sub file in a program" + nl
|
|
ok
|