#! ruby -Ku num = 20 pref = "Tokyo" debug = nil print("num = ", num) if debug debug = "on" print("pref = ", pref) if debug