2014-11-07 14:36:02 -06:00

10 lines
90 B
QBasic

10 def fna(a)
20 local b
30 b=a+1
40 =b
60 b=3
70 print b
80 print fna(4)
90 print b