Sign in
apache
/
nuttx-apps
/
ec4d7a19f73ceca2a87fd54fc90454ff892c6beb
/
.
/
examples
/
bastest
/
tests
/
test20.bas
blob: 877ea60f2d4be74abf6ff1cf94f544ddd1c123de [
file
] [
log
] [
blame
]
10
gosub
20
20
gosub
30
30
procb
40
def
proca
50
print
"hi"
60
stop
70
end
proc
80
def
procb
90
proca
100
end
proc