index
:
65c02-thing
this commit
master
65c02 emulator
strawberry
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pc-thing
/
the_e_programming_language
/
test-2.e
blob: 3b1b37148c34a570653af9cba230a52656969a9d (
plain
)
1
2
3
4
5
6
int[8] a = 0 int test = 5 fn _start { a[4] = 5 a[test] = 6 }