Hash :
1ae6ad0e
Author :
Thomas de Grivel
Date :
2024-07-15T19:59:52
%C3.Operator{}
%C3.Operator{sym: :+, symbol_value: ?, operator_precedence: 0, operator_associativity: :left}
def operator_muul = %C3.Operator{sym: :****, symbol_value: cfn Tag "tag_mul" (Tag, Tag, Result), operator_precedence: 11, operator_associativity: :left}
operator_muul
4 **** 4
16
4 **** 4 **** 4
64
4 **** 4 + 4
20