四元分支get_bmi_label <- function(height, weight, player_name) { player_bmi <- get_bmi(height, weight) # function in global env if (player_bmi < 18.5) ...
確定! 回上一頁