bril
@main() {
    a: int = const 4;
    b: int = const 5;

    temp1: int = add a b;
    temp2: int = add a b;

    result: int = mul temp1 temp2;
    print result;
}

CC BY-NC-SA 4.0 2023 - PRESENT © Larry Z | Built With