Iteration functions · ['a','b','c'].each |Integer $index, String $value| { notice("${index} = ${value}") } · Notice: Scope(Class[main]): 0 = a Notice: Scope(Class ...
確定! 回上一頁