Audio frequency generator: Difference between revisions

(→‎{{header|Julia}}: add Locomotive Basic version)
Line 246:
50 if a$="l" then f=f-10
60 if a$="q" then end
70 locate 1,1:print f"Hz "
80 print:print " Use h and l to adjust frequency;":print " q to quit."
90 goto 20</lang>
Anonymous user