(method (Test this) tableswitch(0,low=10,high=10) ( case(0) ( // Label Frame5 return 2 ) default ( // Label Frame2 return 1 ) ) )