This website requires JavaScript.
Explore
Help
Register
Sign In
solstice
/
v2
Archived
Watch
1
Star
0
Fork
0
You've already forked v2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-03-01
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
master
Add File
New File
Apply Patch
v2
/
test.sols
16 lines
107 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
If and while (scoping coming soon)
2026-02-28 11:27:45 +11:00
a = 0
b = 1
n = 92
comments
2026-02-20 09:35:50 +11:00
If and while (scoping coming soon)
2026-02-28 11:27:45 +11:00
i = 0
Changes to main file
2026-02-16 18:34:03 +11:00
If and while (scoping coming soon)
2026-02-28 11:27:45 +11:00
while i != n {
temp = a + b
a = b
b = temp
Math stuff (with order of operations yay)
2026-02-26 18:06:41 +11:00
If and while (scoping coming soon)
2026-02-28 11:27:45 +11:00
i = i + 1
Add code block
2026-02-28 10:56:00 +11:00
}
If and while (scoping coming soon)
2026-02-28 11:27:45 +11:00
puts a
Reference in New Issue
Copy Permalink