fork download
  1. $test = ['1', '2', '1']
  2. $result = $test - ['1']
  3. print($result)
Success #stdin #stdout 0.01s 8120KB
stdin
Standard input is empty
stdout
["2"]