7 lines
201 B
Python
7 lines
201 B
Python
# Launches the PyBasic interpreter
|
|
#
|
|
# See the "Pybasic changes.txt" file for a list of difference from
|
|
# the original https://github.com/richpl/PyBasic
|
|
#
|
|
import interpreter
|
|
interpreter.main()
|