Friday, June 27, 2025
30.4 C
Singapore

NCMP Leon Perera: East Coast resident emigrating because there is no political balance in Singapore

Non-Constituency Member of Parliament (NCMP) Leon Perera visited the constituency he contested in at the last election yesterday. He shared some pictures of this visit to East Coast constituency, and shared the thoughts of some the residents there.
During his visit, he had to explain to a resident that it may not be easy to organise grassroots events and parties in wards that are held by the People’s Action Party. Another resident, to his surprise, treated the entire team of volunteers from the opposition party to snacks.
The NCMP expressed that he was especially saddened by one resident who said that he was emigrating because there is no political balance in Singapore.
“I asked him to reconsider, but told him that my best wishes are with him and his family whatever he decides”, the NCMP said.

Out and about at Bedok on Saturday morning (23 Jan) with the awesome WP East Coast GRC volunteers. I spoke to one…

Posted by Leon Perera on Sunday, January 24, 2016

See also  Workers' Party appealing to public for funds to fight multi-million dollar AHTC lawsuit

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