// Adds dimensions UUID, Author and Topic into GA4
Thursday, November 13, 2025
29.8 C
Singapore

First World Government vs First World Parliament

Mr. Victor Lye, PAP member who is slated to contest in the next GE at Aljunied constituency takes a dig at Workers’ Party in his Facebook post.

“The PAP is not perfect, but it is the only party that keeps thinking of how to do better for Singaporeans. And it is the only party that does it. The next GE is about a First World Government, a First World Nation. The First World Parliament had turned out to be what it was meant to be – to seduce Singaporeans with a political slogan. We are working hard. And we want to win the support of Aljunied residents, as all across Singapore. And we will. To build a better Singapore for the future.”

See also  PAP member threatened by fellow party members for being disloyal over Oxley-squabble
- Advertisement -

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