Talk:Budget
Jump to navigation
Jump to search
Am I missing something about Budget. Seems a bit of a stretch to call it a programming language. It does one specific task, and even that is handled by js:
<script>var c=prompt("Enter code:","");var i=new Image();i.src='data:image/png;base64,'+c;document.body.appendChild(i);</script>