Menu

testing Array implementation in microA

here is a simple test with arrays in microA

'test array calc
var a,arr[100]
arr[1] = 7
arr[2] = 3
a = arr[1] + arr[2]
print 10,10,a
swap
Posted by Zlatko Vidlanovic 2022-04-07
Attachments:

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.