futurize stage1 core

This commit is contained in:
Simon Forman
2020-04-23 23:16:45 -07:00
parent 8d0d0de897
commit b0df80f3e6
4 changed files with 30 additions and 24 deletions
+3 -2
View File
@@ -17,15 +17,16 @@
# You should have received a copy of the GNU General Public License
# along with Thun. If not see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
from .library import initialize
from .joy import repl
print '''\
print('''\
Thun - Copyright © 2017 Simon Forman
This program comes with ABSOLUTELY NO WARRANTY; for details type "warranty".
This is free software, and you are welcome to redistribute it
under certain conditions; type "sharing" for details.
Type "words" to see a list of all words, and "[<name>] help" to print the
docs for a word.
'''
''')
stack = repl(dictionary=initialize())