repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move the define for the user mode stack check to the common location, and correct...
[AROS.git]
/
test
/
rexx
/
vartest.rexx
blob
a92906fbd055ab55e80d6ce79c1c69da05d733b4
1
/* Testing the variable interface */
2
a
=
1
3
say
'a before call'
a
4
ADDRESS
VARTEST test
5
say
'a after call'
a