sustrik / ribosome

Simple code generator
248 stars 21 forks source link

Redirection to file problem with python #16

Closed sustrik closed 9 years ago

sustrik commented 9 years ago

ribosome.py has problems with the following script:

./!output("test.txt")
.This line goes to the file!
./!stdout()
.This line goes to the console!

Both lines go to stdout.