Sign in
apache
/
nuttx-apps
/
ec4d7a19f73ceca2a87fd54fc90454ff892c6beb
/
.
/
examples
/
bastest
/
tests
/
test09.bas
blob: 50fc793e5f9750145cbbe4cf317d3a8fb7b86ac7 [
file
] [
log
] [
blame
]
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