This website requires JavaScript.
Explore
Help
Register
Sign In
belka
/
elna
Watch
1
Star
0
Fork
0
You've already forked elna
Code
Issues
4
Pull Requests
Releases
Activity
7fc90f1d2d
elna
/
tests
/
vm
/
array_element_assignment.elna
7 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add array assignment to the IR
2024-12-02 13:57:03 +01:00
proc main() {
var a: array[1] of int;
Make IR for array access
2024-12-04 16:11:06 +01:00
a[0] := 5;
printi(a[0]);
Add array assignment to the IR
2024-12-02 13:57:03 +01:00
}
Reference in New Issue
Copy Permalink