# [Unnamed](https://esolangs.org/wiki/Unnamed), 82 bytes <s>87</s> (non-competing)

This is a language I've made which I couldn't think of a name for so I made it "Unnamed", pretty self-explanatory. This is non-competing because as I was developing this language, this challenge was posted.

This will right-align numbers

 ?:F:$0$+$1$|U;$0$+$1$,0+$1$|$a;$a$={$1$^2}|;$a$={$0$*$1$}|n;0+$0$,$1$+$0$={$0$^2}|

Ungolfed:

 ?:F:
 $0$ + $1$ | Expand;
 $0$ + $1$, 0 + $1$ | $mid_point;
 $mid_point = { $1 ^ 2 } | Set;
 $mid_point = { $0$ * $1$ } | NSet;
 0 + $0$, $1$ + $0$ = { $0$ ^ 2 } | Set;

[Try it](http://vihanserver.tk/p/Unnamed/?code=%3F%3AF%3A%240%24%2B%241%24%7CU%3B%240%24%2B%241%24%2C0%2B%7B%241%24%7D%3D%7B%241%24%5E2%7D%7C%3B%240%24%2B%241%24%2C0%2B%241%24%3D%7B%240%24*%241%24%7D%7Cn%3B0%2B%240%24%2C%241%24%2B%240%24%3D%7B%240%24%5E2%7D%7C)