test_olpybas.py

Created by mobluse

Created on November 05, 2021

291 Bytes

Test program in line that should be copied and pasted in Python shell after executing OLPyBASIC.

https://my.numworks.com/python/mobluse/olpybasic

https://github.com/mobluse/olpybasic


print("Execute OLPyBASIC first.")
print("Paste 4th line in Python shell.")
P=print
P('10 print("OLPyBASIC")');P('20 print("uPython")');P('30 x=30');P('40 print(x)');P('45 gosub(90)');P('50 x+=1');P('60 if x<=40:goto(40)');P('70 stop()');P('90 print(11*x)');P('99 ret()')

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our <a href="https://www.numworks.com/legal/cookies-policy/">cookies policy</a>.