Trust uboot's device list only if it does not look suspicious.
[AROS.git] / test / rexx / vartest.rexx
bloba92906fbd055ab55e80d6ce79c1c69da05d733b4
1 /* Testing the variable interface */
2 a = 1
3 say 'a before call' a
4 ADDRESS VARTEST test
5 say 'a after call' a