You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
10 a=1
|
|
|
20 print a
|
|
|
30 a$="hello"
|
|
|
40 print a$
|
|
|
50 a=0.0002
|
|
|
60 print a
|
|
|
70 a=2.e-6
|
|
|
80 print a
|
|
|
90 a=.2e-6
|
|
|
100 print a
|
|
|
|