DiamondNether90
- What even is a location. Are we even real.
-
Newton's Method:
x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} \implies f(x_\infty)=0 - Joined on
2025-08-20
Block a user
Fix Subtraction Bug
Cannot return a struct from a function
Another example of functions breaking
struct foo {
a = false
b = 0
}
def bar(int c) foo {}
x = bar(67)
puts x.a
puts x.b
Solstice errors with
error: Could not…
Check argument types when calling function
Show argument names with error "Incorrect amount of arguments for function"
Cannot return a struct from a function
DiamondNether90
transferred repository 2026-04-05 20:16:39 +10:00
DiamondNether90/Atomicle to Atomic/Atomicle