Nukecodez
PDProgram Dream
•Created by Nukecodez on 7/14/2024 in #📦┃project-showcase
MAGALANG
Magalang is a new language I am have been developing for righting mathematic algorithms and equations.
Here is a line of code so far:
x = 3 + 3 * (10 - 6) / 2;
print x;
y = x * 2;
print y;
z = x * y;
print z;
w = z + x / y;
print w;
sum = x + y + z + w;
print sum;
20 replies