Jump to content

Names to numbers: Difference between revisions

Line 1,931:
The idea is that, with a few tweaks, a string such as <pre>one billion, two hundred and thirty four million, five hundred and sixty seven thousand, eight hundred and ninety</pre> can ''be'' a valid Quackery program.
 
The tweaks turn it into <pre>[ {{ , one billion , two hundred thirty four million , five hundred sixty seven thousand , eight hundred ninety }} ]</pre> by prepending <code>{{ ,</code>, addinginserting a space in front of each comma, and appending <code>}}</code> before being compiled with <code>build</code>, and removing references to the word <code>and</code> after compilation.
 
 
1,493

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.