dos_compilers/Microsoft QuickBASIC v3/CALLSHAP.BAS

8 lines
133 B
QBasic
Raw Normal View History

2024-07-01 22:00:14 +02:00
defint a-z
starta = 15 : startb=5 :startc=10 : startd = 40
call ex (startb,startc)
call tri (startd)
call square(starta)
end