// Adds dimensions UUID, Author and Topic into GA4
Monday, July 21, 2025
28.8 C
Singapore

Netizens troll PM Lee over “crocodile tears” in Parliament yesterday

Parliament concluded a 2-day discussion yesterday on the allegations of abuse of power leveled against Prime Minister Lee Hsien Loong by his siblings Dr Lee Wei Ling and Mr Lee Hsien Yang.

In closing his statements on the matter, PM Lee teared up, appealing for reconciliation with his siblings, after announcing his siblings’ claims don’t hold any water without giving them an opportunity to speak for themselves.

Netizens have not held back from trolling the head of government for his “crocodile tears.”

 

WATCH: PM Lee Hsien Loong tears up in Parliament recounting how his father told him to take care of the family.RECAP: https://cna.asia/2tkKGT4

Posted by Channel NewsAsia on Tuesday, 4 July 2017

 

See also  PM Lee is paid over 40 times the salary an average Singaporean earns

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); } });