🌈 搜索
📅  最后修改于: 2022-03-11 14:54:01.175000             🧑  作者: Mango
echo match (8.0) { '8.0' => "Oh no!", 8.0 => "This is what I expected", }; //> This is what I expected // TurkoSoft