This website requires JavaScript.
Explore
Help
Register
Sign in
fishsoup
/
suicmez
Watch
3
Star
0
Fork
You've already forked suicmez
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fdb93391d8
suicmez
/
tests
/
arrays.sui
7 lines
114 B
Text
Raw
Normal View
History
Unescape
Escape
first commit
2025-12-15 13:53:57 +05:30
# Array test
idk
2025-12-17 21:22:00 +05:30
fn main() -> int do
first commit
2025-12-15 13:53:57 +05:30
let arr = [1, 2, 3, 4];
idk
2025-12-17 21:22:00 +05:30
# let empty = [];
Update
2025-12-20 11:02:42 +02:00
let x = arr[1];
first commit
2025-12-15 13:53:57 +05:30
x
end
Reference in a new issue
Copy permalink