New main script through init return value

This commit is contained in:
obscuren
2014-05-23 14:37:03 +02:00
parent 5f8911f7cb
commit d35380c19e
5 changed files with 17 additions and 10 deletions

View File

@ -102,7 +102,7 @@ L:
break L
}
addHistory(str) //allow user to recall this line
addHistory(str[:len(str)-1]) //allow user to recall this line
self.parseInput(str)