local function unused_fn () print "unused" end if arg [1] == "93" then print "it's 93" return 0 else print "it's not 93" return 1 end