<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to The stack</title><link>https://sourceforge.net/p/cjam/wiki/The%2520stack/</link><description>Recent changes to The stack</description><atom:link href="https://sourceforge.net/p/cjam/wiki/The%20stack/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 08 Apr 2014 14:38:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cjam/wiki/The%20stack/feed" rel="self" type="application/rss+xml"/><item><title>The stack modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/The%2520stack/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Every CJam program uses a stack that can contain any values. The stack is initially empty. Every literal is pushed on the stack. Variables are also pushed on the stack, and executed if they are blocks. Operators can modify the stack, generally by popping the arguments and pushing the results. At the end of the program, the contents of the stack are printed out.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Tue, 08 Apr 2014 14:38:36 -0000</pubDate><guid>https://sourceforge.net056324a3c143abf96d67fa04c0b7bb08516204bc</guid></item></channel></rss>