Thursday, June 26, 2025
30.8 C
Singapore

Man run over by driverless train at Fajar LRT station dies

A man was killed this morning when he was run over by a train at the Fajar LRT station. TODAY reported that the man fell on the track at about 1am before being run over by a driverless train. The man’s body was spotted only after the last train service had left the platform.

“The police and SCDF were immediately alerted and arrived on site shortly after. We are extending our full cooperation to the police in carrying out their investigations.” said SMRT’s Head of Corporate Marketing & Communications Margaret Teo. The man was pronounced dead by paramedics on arrival.

See also  Sylvia Lim questions why COVID relief scheme is administered by NTUC when it involves funds from past reserves

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });