Wednesday, June 25, 2025
29.4 C
Singapore

According to Wikipedia, Highest SAF Rank is now ‘CEO of SMRT’

Obbana Rajah

Someone has edited the Wikipedia page showing the rank structures and hierarchies in the Singapore Armed Forces.

Along with all the other ranks, they have added in ‘chief executive officer of SMRT (CEO)’.

The page now reads,

“Presently, the four levels of general/flag officers are: Brigadier-General (BG), Major-General (MG), Lieutenant-General (LG) and chief executive officer of SMRT (CEO)”.

This change is in reference to Neo Kian Hong taking on the role as CEO of SMRT after retiring from the Singapore Armed Forces as its Chief of Defence Force.

The page was last  edited this morning.

While the person who edited the page remains anonymous, it seems that they might have a bone to pick with the change that has happened.

See also  Government to replace all first-generation trains by 2026

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