Thursday, June 26, 2025
28.5 C
Singapore

Kim promises end of North Korea’s nuke tests

Reuters reported today that North Korea’s Kim Jong Un said he is putting an end to his country’s nuclear tests.

He also announced the end of intercontinental missile launches.

These were most probably the points discussed by the CIA chief Mike Pompeo during his secret meeting with Kim.

Pyongyang’s declaration, long sought by Washington, will be seen as a crucial step in the fast diplomatic dance on and around the Korean peninsula, said Reuters.

The North has successfully developed its nuclear arsenal, including miniaturising warheads to fit them on to missiles, Kim said.

“So, no nuclear test and intermediate-range and inter-continental ballistic rocket test-fire are necessary for the DPRK now,” he said.

As such the North’s nuclear testing site was no longer needed, he told the central committee of the ruling Workers’ Party, according to the official KCNA news agency.

The announcement comes after U.S. President Donald Trump added pressure on Kim after saying he might pull the plug on the ‘historic’ meeting expected with Kim.

See also  Guardian pharmacy at Lot One shopping mall accused of carrying expired bottles of sleeping pills

While Trump’s announcement of a possible pull-out from the talks, the North Koreans saw it as a potential loss of opportunity to strengthen its propagation machinery.

Page 1 said last month the meeting between Trump and Kim was crucial for both leaders, as it would decide who wins on the nuclear issue.

But Kim has so far offered no sign he might be willing to give up what he called the North’s “treasured sword,” saying its possession of nuclear weapons was “the firm guarantee by which our descendants can enjoy the most dignified and happiest life in the world.”

Experts believe the North Korean leader is going into the talks to make political gains but will not surrender the North’s nuclear weapons.

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

Pyongyang has made rapid technological progress in its weapons programs under Kim, which has seen it subjected to increasingly strict sanctions by the UN Security Council, the United States, the European Union, South Korea and others, said Reuters.

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